refactor(cli): write_usage and write_command_help now use text/table.

This commit is contained in:
2026-06-24 16:21:35 -04:00
parent 91d0800731
commit bd39e93785
3 changed files with 71 additions and 36 deletions

View File

@@ -6,7 +6,7 @@
3. Add color flag and support non colored output.
4. Use text/tables for command output
4. Rewrite `write_command_help` to use text/tables
5. Generate md and man pages again.