Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli/completion: hide completion command
✗ CI failure Michael Uti committed 5 months ago
commit 17e5b779feffa8a3789f24df75b3475ef0e78db1
parent 8b3116d61f109635e17e3c7754e37ca9844702e1
1 passed 1 failed 1 pending (3 total) View logs
1 file changed +1 -0
modified crates/radicle-cli/src/main.rs
@@ -99,6 +99,7 @@ enum Command {
    },

    /// Print static completions information for a given shell
+
    #[command(hide = true)]
    Completions {
        /// The type of shell to provide static completions for
        shell: clap_complete::Shell,