-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specifying output format #109
Comments
Please provide the output of the command. Do you see any errors when executing the command without the |
Hi! When I execute "php7cc index.php " I get the result "Checked 1 file in 0.074 second". php7cc [-e|--extensions [EXTENSIONS]] [-x|--except [EXCEPT]] [-l|--level LEVEL] [-r|--relative-paths] [--integer-size INTEGER-SIZE] [--] ()..." I would like to have the output you show in the ReadMe if possible. Thank you |
It looks like you are using one of the stable releases, but json output option is only available in the latest dev version. If you have installed composer require sstalle/php7cc:dev-master to update to the latest dev version. If you have downloaded one of the prebuilt |
php7cc -o json /path/to/my/directory/ | json_pp
-o does not work for me
I cannot see the errors. I just take the output of how many files where checked in how much time. Could you please help?
The text was updated successfully, but these errors were encountered: