Interface RemoteCliContribution

interface RemoteCliContribution {
    enhanceArgs(context): MaybePromise<string[]>;
}

Methods

Methods