aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/concurrently/dist/src/command-parser/strip-quotes.d.ts
blob: 1a21b79d3e61b44fef89f3efaf35ab203b0186c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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;
    };
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage