cli/internal/docs
Mislav Marohnić a7254ac43f Improve markdown rendering of man pages for commands
- "Examples" section now renders with syntax highlighting and doesn't
  interpret curly braces as Liquid tags anymore
- Flags are now listed with nicer formatting than just being rendered to
  a plain text block
- Flags are now listed above the "Examples" section
- The `--help` flag is no longer explicitly and repetitively being
  listed as an inherited flag under every command
- Usage synopsis line is now rendered early in the documentation for a
  command
- Every command that has subcommands now explicitly lists those
  subcommands in its documentation
2021-11-03 16:59:14 +01:00
..
docs_test.go Clean up and refactor unused doc generation code 2020-10-23 08:14:36 +02:00
man.go Clean up and refactor unused doc generation code 2020-10-23 08:14:36 +02:00
man_test.go Fix test expectation for man contents 2021-10-11 18:05:52 +02:00
markdown.go Improve markdown rendering of man pages for commands 2021-11-03 16:59:14 +01:00
markdown_test.go Use T.TempDir for temporary dirs in tests (#3580) 2021-05-07 12:21:26 +02:00