Add a separate completion generation
To be able to include zsh bindings in packaging and not add a subcommand to arch-rebuild-order add a new binary for generating completions to 'OUT_DIR'. Closes: #9
... | ... | @@ -12,6 +12,7 @@ license-file = "LICENSE" |
keywords = ["archlinux", "build", "alpm"] | ||
categories = ["command-line-utilities"] | ||
publish = false | ||
default-run = "arch-rebuild-order" | ||
[dependencies] | ||
alpm = "1" | ||
... | ... |
src/args.rs
0 → 100644
src/bin/completions.rs
0 → 100644
Please register or sign in to comment