Rush StackShopBlogEvents
Skip to main content

Home > @rushstack/ts-command-line > CommandLineChoiceListParameter > completions

CommandLineChoiceListParameter.completions property​

An optional callback that provides a list of custom choices for tab completion.

Signature:

readonly completions: (() => Promise<ReadonlyArray<TChoice> | ReadonlySet<TChoice>>) | undefined;

Remarks​

This option is only used when ICommandLineParserOptions.enableTabCompletionAction is enabled.