vn971 / rua

Build tool for Arch Linux providing control, review and jailed build options
GNU General Public License v3.0
425 stars 41 forks source link

Add completion command #220

Open tai-nd opened 6 months ago

tai-nd commented 6 months ago

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