Skip to content

Commit

Permalink
Autocomplete choices for action-tester (#1427)
Browse files Browse the repository at this point in the history
Co-authored-by: Nolan Chan <[email protected]>
  • Loading branch information
NolanChan and Nolan Chan authored Jul 21, 2023
1 parent f57a79f commit 44d5a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli-internal/src/commands/push.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default class Push extends Command {
await deprecationWarning(this.warn)

const { metadataIds } = await prompt<{ metadataIds: string[] }>({
type: 'multiselect',
type: 'autocompleteMultiselect',
name: 'metadataIds',
message: 'Pick the definitions you would like to push to Segment:',
choices: sortBy(Object.entries(manifest), '[1].definition.name').map(([metadataId, entry]) => ({
Expand Down

0 comments on commit 44d5a3c

Please sign in to comment.