You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 years ago
123456789101112
  1. // use clap::Shell;
  2. include!("src/cli.rs");
  3. fn main() {
  4. // disabled below as it fails in CI
  5. // let mut app = build_cli();
  6. // app.gen_completions("zola", Shell::Bash, "completions/");
  7. // app.gen_completions("zola", Shell::Fish, "completions/");
  8. // app.gen_completions("zola", Shell::Zsh, "completions/");
  9. // app.gen_completions("zola", Shell::PowerShell, "completions/");
  10. }