Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-24 | cmd: Expand cobra support, add short flags (#5379) | Francis Lavoie | |
* cmd: Expand cobra support * Convert commands to cobra, add short flags * Fix version command typo Co-authored-by: Emily Lange <git@indeednotjames.com> * Apply suggestions from code review Co-authored-by: Matt Holt <mholt@users.noreply.github.com> --------- Co-authored-by: Emily Lange <git@indeednotjames.com> Co-authored-by: Matt Holt <mholt@users.noreply.github.com> | |||
2023-01-21 | chore: Fix typo, coral -> cobra (#5325) | Y.Horie | |
2022-10-17 | cmd: Add missing `\n` to HelpTemplate (#5151) | BakaFT | |
2022-09-01 | cmd: Don't print long help text on error | Matthew Holt | |
2022-08-30 | cmd: Enhance CLI docs | Matthew Holt | |
2022-08-30 | cmd: Migrate to `spf13/cobra`, remove single-dash arg support (#4565) | Mohammed Al Sahaf | |
* cmd: migrate to spf13/cobra * add `manpage` command * limit Caddy tagline to root `help` only * hard-code the manpage section to 8 |