UNPKG

@oclif/plugin-autocomplete

Version:
15 lines (14 loc) 362 B
import { Config } from '@oclif/core'; export default class PowerShellComp { protected config: Config; private topics; private _coTopics?; private commands; constructor(config: Config); private get coTopics(); private genCmdHashtable; private genHashtable; generate(): string; private getTopics; private getCommands; }