chore: introduce fang for help output

Description

  • chore: introduce fang for help output

Related Issues

Resolves #[issue_number]

How has this been tested?

Built locally and ran help output for command, invalid flag and invalid command. Help and errors should all print in the new fang style.

Screenshots (if appropriate):

Full help output

go run . mr create --help
Light Dark
image image

Flag error

go run . mr create --badflag
Light Dark
image image

Command error

go run . badcommand
Light Dark
image image

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)
  • Test gap
Edited by Michael Le

Merge request reports

Loading