init
This commit is contained in:
15
mc_test/node_modules/concurrently/dist/src/command-parser/strip-quotes.d.ts
generated
vendored
Executable file
15
mc_test/node_modules/concurrently/dist/src/command-parser/strip-quotes.d.ts
generated
vendored
Executable file
@ -0,0 +1,15 @@
|
||||
import { CommandInfo } from '../command';
|
||||
import { CommandParser } from './command-parser';
|
||||
/**
|
||||
* Strips quotes around commands so that they can run on the current shell.
|
||||
*/
|
||||
export declare class StripQuotes implements CommandParser {
|
||||
parse(commandInfo: CommandInfo): {
|
||||
command: string;
|
||||
name: string;
|
||||
env?: Record<string, unknown> | undefined;
|
||||
cwd?: string | undefined;
|
||||
prefixColor?: string | undefined;
|
||||
raw?: boolean | undefined;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user