feat: add CLI asset generation for shell completions and man page

This commit is contained in:
2026-02-28 01:01:33 -06:00
parent ce5fefa833
commit b8a2cfa9be
9 changed files with 177 additions and 2 deletions
+1
View File
@@ -3,6 +3,7 @@
mod builder;
mod cli;
mod cli_assets;
mod commands;
mod config;
mod cross;