UNPKG

shell-args

Version:

Parsing and quoting for shell command lines that supports both bash and windows styles of quoting.

4 lines (3 loc) 196 B
export declare function bashShellParse(cmdLine: string): string[]; export declare function winShellParse(cmdLine: string): string[]; export declare function shellParse(cmdLine: string): string[];