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
So people can do things like npx whatsabi --address 0xasdfasdf --rpc-url https://infura.alchemy
npx whatsabi --address 0xasdfasdf --rpc-url https://infura.alchemy
Most of the code already exists in examples/autoload.ts, just need to tweak the input and output handling.
(via @roninjin10)
The text was updated successfully, but these errors were encountered:
2 brainstormy ideas
When you make this you can automate making a gif of the cli pretty trivially using charmbracelet/vhs
Output ./examples/demo.gif Type "npx whatsabi --address 0xasdfasdf --rpc-url" # Pause for dramatic effect... Sleep 50ms Enter Sleep 100ms
A use case people might like is using this whatsabi cli to pipe a result into a cast command?
Sorry, something went wrong.
Good ideas!
No branches or pull requests
So people can do things like
npx whatsabi --address 0xasdfasdf --rpc-url https://infura.alchemy
Most of the code already exists in examples/autoload.ts, just need to tweak the input and output handling.
(via @roninjin10)
The text was updated successfully, but these errors were encountered: