@eeymoo/ai-coding-sync
    Preparing search index...

    Interface ParsedCliInput

    Parsed command payload.

    0.1.0

    interface ParsedCliInput {
        args: string[];
        command: CliCommandName;
        options: GlobalCliOptions;
    }
    Index

    Properties

    Properties

    args: string[]