Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
clap/completion: remove completion command from readme
✗ CI failure Michael Uti committed 5 months ago
commit 8ed5d684ac3467de168dfaee15cf2b46a33f582e
parent a7a574e71e98d64b074b2fefb5f77d3bb8a7d355
1 failed (1 total) View logs
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.