Interface representing a prompt for deciding whether to add an argument.

Prompt

interface Prompt {
    shouldAddArgument: string;
}

Properties

shouldAddArgument: string

User's decision on whether to add an argument.

Generated using TypeDoc