feat: add completions subcommand

This commit is contained in:
2026-09-04 12:39:16 +00:00
parent 627812029d
commit ef19f49c63
5 changed files with 56 additions and 1 deletions

View File

@@ -50,5 +50,6 @@ fn main() -> Result<()> {
null,
} => scripts::link::check(&paths, porcelain, null),
},
cli::Commands::Completions { shell } => scripts::completions::completions(shell),
}
}