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

    Interface CliMatches

    2.0.0

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

    Properties

    Properties

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