Skip to content

Commit

Permalink
Merge pull request #550 from pjf/stablise_gui_and_upgrade
Browse files Browse the repository at this point in the history
The GUI and upgrade functionality is now considered stable. :)
  • Loading branch information
RichardLake committed Dec 10, 2014
2 parents 3fee1ec + 4a69af0 commit 01dc95b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions CKAN/CmdLine/Options.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,13 @@ public Options(string[] args)

internal class Actions
{
#if (!STABLE)

// These features are still in development; disable them on stable
// builds.

[VerbOption("gui", HelpText = "Start the CKAN GUI")]
public GuiOptions GuiOptions { get; set; }

[VerbOption("upgrade", HelpText = "Upgrade an installed mod")]
public UpgradeOptions Upgrade { get; set; }

#endif

[VerbOption("update", HelpText = "Update list of available mods")]
public UpdateOptions Update { get; set; }

Expand Down

0 comments on commit 01dc95b

Please sign in to comment.