RBTC is cli to convert BTC to any currency and vice-versa.
For build the binary just:
sh
$ cargo build
To run as debug, just run this example:
sh
$ cargo run -- 1 --from USD --to BTC
Install simple typing:
sh
cargo install rbtc
The documentation, for now, is the help return of tool:
```sh rbtc 0.1.1 Luca Lacerda lucalacerda1@gmail.com Get value of a btc value to a currency
USAGE:
rbtc [FLAGS] [OPTIONS]
FLAGS: -h, --help Prints help information -s, --silent Verbose information not will displayed -V, --version Prints version information
OPTIONS:
-f, --from
ARGS:
MIT
Free Software, Hell Yeah!