CliProcessCommand: {
    args: Record<string, any>;
    chainCommands: string[];
    command: string;
    data?: any;
    rawCommand: string;
    value?: string;
}

Type declaration

  • args: Record<string, any>

    The arguments that were entered

  • chainCommands: string[]

    The chain of commands that were entered

  • command: string

    The command that was entered

  • Optionaldata?: any

    The data that was entered

  • rawCommand: string

    The raw command that was entered

  • Optionalvalue?: string

    The value of the command