Skip to content

Commit

Permalink
fix(cli): add missing show-to-open choice to prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenOutman committed Apr 26, 2022
1 parent 097cd33 commit d67da62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ const TRANSFORMER_INQUIRER_CHOICES = [
name: "componentclass-to-as: Rename `componentClass` prop to `as`",
value: "componentclass-to-as",
},
{
name: "show-to-open: Rename `show/hide` props to `open/close`",
value: "show-to-open",
},
];

const PARSER_INQUIRER_CHOICES = [
Expand Down

0 comments on commit d67da62

Please sign in to comment.