@tauri-apps/plugin-cli - v2.4.0
    Preparing search index...

    Interface CliMatches

    2.0.0

    interface CliMatches {
        args: Record<string, ArgMatch>;
        subcommand: null | SubcommandMatch;
    }
    Index

    Properties

    Properties

    args: Record<string, ArgMatch>
    subcommand: null | SubcommandMatch