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

    Interface ArgumentPrompterService

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

    Implemented by

    Index
    • Parameters

      Returns Promise<ParseResult>