You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install (the Rust way)
RUSTUP_TOOLCHAIN=stable cargo install --force rua
This will not include bash/zsh/fish completions, but everything else should work.
We can eliminate this by adding a completion command, then users can manually add completions themself.
Ex:
rua completion fish > ~/.config/fish/completions/rua.fish
The text was updated successfully, but these errors were encountered:
We can eliminate this by adding a completion command, then users can manually add completions themself.
Ex:
The text was updated successfully, but these errors were encountered: