ReadonlyargumentOptional GlobalCommandArgument for the command.
ReadonlydescriptionOptional description of the command.
ReadonlyenableOptionally enable support for populating argument values via configuration. If this is true then
default argument values may be sourced using a configuration source provided by the CLI runtime.
ReadonlyexecuteUsed to determine the order in which multiple global modifier command instances parsed from the provided arguments will be executed. Higher values will execute before lower values.
ReadonlynameName of the command.
Must consist of alphanumeric non-whitespace ASCII or _ and - characters. Cannot start with -.
Execute the command.
optional argument value for the command. This will be populated unless the command's GlobalCommandArgument is optional and the argument value was not provided.
Command allowing the specification of the configuration file location used by the ConfigurationServiceProvider.