You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be awesome if there was a CLI version of this tool that could be called directly after cargo install utxo-scanner like utxo-scanner --input ... --output ./output.csv.
You can use the clap library plus ChatGPT to generate one very quickly and easily!
And of course, with that, adding a "Usage - CLI" section to the README is helpful!
The text was updated successfully, but these errors were encountered:
It would be awesome if there was a CLI version of this tool that could be called directly after
cargo install utxo-scanner
likeutxo-scanner --input ... --output ./output.csv
.You can use the
clap
library plus ChatGPT to generate one very quickly and easily!And of course, with that, adding a "Usage - CLI" section to the README is helpful!
The text was updated successfully, but these errors were encountered: