updated flake. nix package now includes completions

This commit is contained in:
2025-10-23 20:14:05 +02:00
parent 242d5b7582
commit 4a2f852f30
11 changed files with 177 additions and 191 deletions

View File

@@ -27,7 +27,7 @@ impl App {
CommandArg::Health => health(),
CommandArg::InstallReveal => install_reveal().await,
CommandArg::Serve { port } => serve(port).await,
CommandArg::Completions => completions()
CommandArg::Completions { shell } => completions(shell)
};
}