Interface ShellQuotedString

A string that will be quoted depending on the used shell.

interface ShellQuotedString {
    quoting: ShellQuoting;
    value: string;
}

Properties

Properties

quoting: ShellQuoting

The quoting style to use

value: string

The actual string value