Skip to content

Commit

Permalink
Merge pull request #17 from StefanKoell/update-args
Browse files Browse the repository at this point in the history
Update latest command line args, cleanup configuration class
  • Loading branch information
StefanKoell authored Nov 7, 2022
2 parents e471f24 + 4f6fc52 commit 5ea369e
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 5ea369e

Please sign in to comment.