Interface ICommandArgument

ICommandArgument

interface ICommandArgument {
    defaultValue?: string;
    helpText?: string;
    name: string;
    position?: number;
    type: string;
}

Properties

defaultValue?: string

ICommandArgument

helpText?: string

ICommandArgument

name: string

ICommandArgument

position?: number

ICommandArgument

type: string

ICommandArgument