func/cmd/templates
Luke Kingland aa582dad21
cli help text updates and flags cleanup (#1564)
* cli help text and flags cleanup

- verbose flag uses global setting throughout
- confirm flag added using shared visitor throughout
- path flag added using shared visitor throughout
- removes --version flag on root as redundant with subcommand
- splits main help's 'Main Commands' into 'Primary Commands' and 'Development
  Commands' groups
- Moves RunE definition into flag struct literals

* remove commented code
2023-03-01 09:35:54 +00:00
..
command_groups.go feat: group main help message to put important commands to the top (#1152) 2022-09-13 14:13:48 +00:00
command_groups_test.go feat: group main help message to put important commands to the top (#1152) 2022-09-13 14:13:48 +00:00
template_engine.go chore: refactor commands help to use templates (#1485) 2023-01-16 20:40:53 +00:00
template_engine_test.go cli help text updates and flags cleanup (#1564) 2023-03-01 09:35:54 +00:00
templates.go cli help text updates and flags cleanup (#1564) 2023-03-01 09:35:54 +00:00