Skip to content

Commit

Permalink
Update latest command line args, cleanup configuration class
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKoell committed Nov 7, 2022
1 parent e471f24 commit 4f6fc52
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 162 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ internal class CommandLineToggleArgumentAttribute : Attribute
public string ToggleText { get; }
public bool DefaultValue { get; }

public CommandLineToggleArgumentAttribute(string toggleText)
{
ToggleText = toggleText;
}

public CommandLineToggleArgumentAttribute(string toggleText, bool defaultValue)
{
ToggleText = toggleText;
Expand Down
Loading

0 comments on commit 4f6fc52

Please sign in to comment.