Interface CliContribution

Call back for extension to contribute options to the cli.

interface CliContribution {
    configure(conf): void;
    setArguments(args): MaybePromise<void>;
}

Implemented by

Methods