Skip to content

Commit dcdeefc

Browse files
committed
[Console] Allow short command "p" on ConsoleApplication
1 parent 16136f7 commit dcdeefc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/e2e_command_with_option.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
php ../../bin/rector process some_file.php --output-format json
5151
php ../../bin/rector process some_file.php --output-format=json
5252
53+
php ../../bin/rector p some_file.php --output-format=json
54+
5355
# with implicit process command
5456
../../bin/rector --output-format json --dry-run
5557
../../bin/rector --output-format=json --dry-run

0 commit comments

Comments
 (0)