add completions and man pages to release archives #43

This commit is contained in:
Clément DOUIN
2023-02-21 16:06:58 +01:00
parent 21d8d57f72
commit 22fb1b8dee
3 changed files with 22 additions and 4 deletions
+1 -2
View File
@@ -77,8 +77,7 @@ fn main() -> Result<()> {
_ => (),
}
// checks completion command before configs
// https://github.com/soywod/himalaya/issues/115
// also checks man command before configs
match man::args::matches(&m)? {
Some(man::args::Cmd::GenerateAll(dir)) => {
return man::handlers::generate(dir, create_app());