Skip to content

Commit

Permalink
Fix shell completions
Browse files Browse the repository at this point in the history
  • Loading branch information
linyinfeng committed Sep 10, 2023
1 parent 240485d commit b435f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ fn init_logger() {
fn generate_shell_completions(gen_options: options::CompletionOptions) {
let mut cli = options::Options::command();
let mut stdout = std::io::stdout();
clap_complete::generate(gen_options.shell, &mut cli, "oranc", &mut stdout);
clap_complete::generate(gen_options.shell, &mut cli, "flat-flake", &mut stdout);
}

0 comments on commit b435f57

Please sign in to comment.