|
|
|
@ -20,7 +20,8 @@ public class ConfigListCommand : AsyncCommand<ConfigListCommand.CliSettings>
|
|
|
|
|
public class CliSettings : BaseCommandSettings
|
|
|
|
|
{
|
|
|
|
|
[CommandArgument(0, "[ListCategory]")]
|
|
|
|
|
[EnumDescription<ConfigListCategory>("The type of configuration information to list.")]
|
|
|
|
|
[EnumDescription<ConfigListCategory>(
|
|
|
|
|
"The type of configuration information to list. If not specified, defaults to 'local'.")]
|
|
|
|
|
public ConfigListCategory ListCategory { get; [UsedImplicitly] init; } = ConfigListCategory.Local;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|