Skip to content

Add help pages for each command

Kerri Miller requested to merge github/fork/BreD1810/ft-help-pages into trunk

Created by: BreD1810

Description

  • Added help pages for 'pipeline', 'mr', and 'issue' and their subcommands.
  • Refactored help page for 'repo'
  • Added support for the '-h' switch
  • Fixed an issue where invalid command would be shown after the help page:
glab issue --help

Issue Help
help: Invalid Command

Related Issue #44 (closed)

Motivation and Context This change provides help for how to use each command, and it's subcommands.

How Has This Been Tested? Manually.

Screenshots (if appropriate): For example: 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)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes. - N/A
  • All new and existing tests passed. - No tests

Merge request reports