Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
clap/completion: remove completion command from readme
Michael Uti committed 5 months ago
commit 8b3116d61f109635e17e3c7754e37ca9844702e1
parent e8cae473af92a0bf8fd16c70a5a353a333bfd7db
1 file changed +0 -41
modified README.md
@@ -53,47 +53,6 @@ Or directly from our seed node:
        --git https://seed.radicle.xyz/z3gqcJUoA1n9HaHKufZs5FCSGazv5.git \
        crates/radicle-cli crates/radicle-node crates/radicle-remote-helper

-
## `rad` Shell Completions
-

-
A `rad completions` subcommand is provided to generate static completions for your favorite shell.
-

-
### Bash
-

-
```
-
echo 'source <(rad completions bash)' >> ~/.bashrc
-
```
-

-
### Zsh
-

-
```
-
echo 'source <(rad completions zsh)' >> ~/.zshrc
-
```
-

-
### Fish
-

-
```
-
rad completions fish > ~/.config/fish/completions/rad.fish
-
```
-

-
### PowerShell
-

-
```
-
Add-Content $PROFILE "`nInvoke-Expression (rad completions powershell | Out-String)"
-
```
-

-
### Elvish
-

-
Add to `~/.elvish/rc.elv` (or `~/.config/elvish/rc.elv`)
-
```
-
eval (rad completions elvish | slurp)
-
```
-

-
Or save to a file and source it
-
```
-
rad completions elvish > ~/.elvish/lib/rad.elv
-
echo 'use rad' >> ~/.elvish/rc.elv
-
```
-

## Running

*Systemd* unit files are provided for the node under the `/systemd` folder.