BadScript 2
Loading...
Searching...
No Matches
BadSettingsSystemSettings.cs
Go to the documentation of this file.
1using CommandLine;
2
4
9{
13 [Value(0, Required = false, HelpText = "The name of the setting")]
14 public string Path { get; set; } = "";
15
16 [Option('e', "edit", Required = false, HelpText = "Opens the Default Editor for the Source File associated with the Setting.")]
17 public bool Edit { get; set; } = false;
18}
Contains the 'settings' console command implementation.