updated flake. nix package now includes completions
This commit is contained in:
@@ -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)
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user