UNPKG

@heroku-cli/plugin-autocomplete

Version:

<!-- usage --> ```sh-session $ heroku plugins:install @heroku-cli/plugin-autocomplete $ heroku autocomplete ... ``` <!-- usagestop --> # Commands <!-- commands --> * [`heroku autocomplete [SHELL]`](#heroku-autocomplete-shell)

14 lines (13 loc) 359 B
import { flags } from '@heroku-cli/command'; export declare const CompletionMapping: { [key: string]: flags.ICompletion; }; export declare const CompletionBlacklist: { [key: string]: string[]; }; export declare const CompletionAliases: { [key: string]: string; }; export declare const CompletionVariableArgsLookup: { [key: string]: string; };