HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/share/node_modules/yargs/build/lib/
Upload File :
Current File : //proc/self/root/usr/share/node_modules/yargs/build/lib/parse-command.d.ts
import { NotEmptyArray } from './typings/common-types.js';
export declare function parseCommand(cmd: string): ParsedCommand;
export interface ParsedCommand {
    cmd: string;
    demanded: Positional[];
    optional: Positional[];
}
export interface Positional {
    cmd: NotEmptyArray<string>;
    variadic: boolean;
}