We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example usage: hh size-contracts --compare 103541870332c9fb9125fad3684fcee613f13960
hh size-contracts --compare 103541870332c9fb9125fad3684fcee613f13960
The text was updated successfully, but these errors were encountered:
Another possibility would be "named" outputs. Multiple such outputs could be cached.
For example:
hh size-contracts --name asdf # later... hh size --compare asdf
Using --compare with a git commit hash could still work here (as long as nobody uses a git commit hash as a --name).
--compare
--name
Sorry, something went wrong.
Make --compare a variadic argument, so that it works like git diff:
git diff
No branches or pull requests
Example usage:
hh size-contracts --compare 103541870332c9fb9125fad3684fcee613f13960
The text was updated successfully, but these errors were encountered: