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!
It would be awesome if there was a CLI version of this tool that could be called directly after
cargo install utxo-scannerlikeutxo-scanner --input ... --output ./output.csv.You can use the
claplibrary plus ChatGPT to generate one very quickly and easily!And of course, with that, adding a "Usage - CLI" section to the README is helpful!