Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: passthrough arguments
Fintan Halpenny committed 6 months ago
commit 3f1340d0b3393a73557351df9a5fec6fc3238f0c
parent 00966a49adee1bacddab4feed99b1d22fd6df3f5
1 file changed +3 -1
modified crates/radicle-cli/src/commands/node/args.rs
@@ -164,7 +164,9 @@ pub(super) enum Command {
        path: PathBuf,

        /// Additional options to pass to the binary
-
        #[arg(long, num_args = 1..)]
+
        ///
+
        /// See `radicle-node --help` for additional options
+
        #[arg(value_name = "NODE_OPTIONS", last = true, num_args = 1..)]
        options: Vec<OsString>,
    },