Skip to content

Commit

Permalink
Removed js shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonferens committed Oct 22, 2024
1 parent 1d06416 commit ab9270e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Commands/GenerateEnumsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ protected function getOptions(): array
return [
new InputOption(
name: 'javascript',
shortcut: ['j', 'js'],
shortcut: 'j',
mode: InputOption::VALUE_NONE,
description: 'Output Javascript files',
),
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/MakeEnumMethodCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ protected function getOptions(): array
return [
new InputOption(
name: 'javascript',
shortcut: ['j', 'js'],
shortcut: 'j',
mode: InputOption::VALUE_NONE,
description: 'Output Javascript files',
),
Expand Down

0 comments on commit ab9270e

Please sign in to comment.