edilmedeiros / rust-bcli

Bitcoin CLI in Rust
GNU General Public License v3.0
6 stars 2 forks source link

feat: Dumped options and option messages in the constants and include… #2

Closed itornaza closed 6 months ago

itornaza commented 6 months ago

I guess that it is easier to have these as constants and use them throughout our code. We can move them or rename the file to something else as we move on!

edilmedeiros commented 6 months ago

It seems that these are the options one gets from bitcoin-cli --help. Before merging, I would like to have a minimal specification for the user interface (see #5), but I believe we will take most of these, if not all.

itornaza commented 6 months ago

I thought that since we are building just another bitcoin-cli, we should the same options.