Skip to content

Commit

Permalink
removed unsed -v and -V flags from CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
rbaker26 committed Jun 17, 2020
1 parent 8f4e6ae commit c80cec3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions SAP1EMU.Engine-CLI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ public class Options
// ********************************************



// Verbosity **********************************
[Option('v', "verbose", Required = false, HelpText = "Set output to verbose.\n(inlcudes debug statements from the engine)")]
public bool Verbose { get; set; }
[Option('V', "very-verbose", Required = false, HelpText = "Set output to very verbose.\n(includes debug statements from the engine and the input file in output)")]
public bool VeryVerbose { get; set; }
// ********************************************
// TODO - Figure out if I want to use these
//// Verbosity **********************************
//[Option('v', "verbose", Required = false, HelpText = "Set output to verbose.\n(inlcudes debug statements from the engine)")]
//public bool Verbose { get; set; }
//[Option('V', "very-verbose", Required = false, HelpText = "Set output to very verbose.\n(includes debug statements from the engine and the input file in output)")]
//public bool VeryVerbose { get; set; }
//// ********************************************


// Frame Support ******************************
Expand Down

0 comments on commit c80cec3

Please sign in to comment.