@flowscripter/dynamic-cli-framework-api
    Preparing search index...

    Interface ArgumentPrompterService

    interface ArgumentPrompterService {
        promptForMissingArguments(
            parseResult: ParseResult,
        ): Promise<ParseResult>;
    }
    Index