We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16136f7 commit dcdeefcCopy full SHA for dcdeefc
.github/workflows/e2e_command_with_option.yaml
@@ -50,6 +50,8 @@ jobs:
50
php ../../bin/rector process some_file.php --output-format json
51
php ../../bin/rector process some_file.php --output-format=json
52
53
+ php ../../bin/rector p some_file.php --output-format=json
54
+
55
# with implicit process command
56
../../bin/rector --output-format json --dry-run
57
../../bin/rector --output-format=json --dry-run
0 commit comments