Defines a positional argument for a command.
const targetArg: PositionalArgument = { name: 'target', description: 'The target to apply the command to', required: true}; Copy
const targetArg: PositionalArgument = { name: 'target', description: 'The target to apply the command to', required: true};
Defines a positional argument for a command.