We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6262511 commit e487063Copy full SHA for e487063
src/rust-cli/main.rs
@@ -49,6 +49,7 @@ enum Commands {
49
/// Call bitcoin-cli <method> [params] on <node> in [network]
50
Rpc {
51
node: u64,
52
+ #[arg(allow_hyphen_values=true)]
53
method: String,
54
params: Option<Vec<String>>,
55
},
0 commit comments