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',
17 "edit",
18 Required = false,
19 HelpText = "Opens the Default Editor for the Source File associated with the Setting."
20 )]
21 public bool Edit { get; set; } = false;
22}
Contains the 'settings' console command implementation.