13 [Value(0, Required =
false, HelpText =
"The name of the setting")]
14 public string Path {
get;
set; } =
"";
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;
Settings for the Settings System.
string Path
Name of the Settings to Display.
Contains the 'settings' console command implementation.