Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Add help pages for each command #72

Merged
merged 6 commits into from
Aug 8, 2020
Merged

Add help pages for each command #72

merged 6 commits into from
Aug 8, 2020

Conversation

BreD1810
Copy link
Contributor

@BreD1810 BreD1810 commented Aug 8, 2020

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

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

@pull-assistant
Copy link

pull-assistant bot commented Aug 8, 2020

Score: 1.00

Best reviewed: commit by commit


Optimal code review plan

     feat(help): Add 'issue' help pages

     feat(help): Add 'mr' help pages

     Merge branch 'trunk' of https://github.com/profclems/glab into ft-help...

     feat(help): Add 'pipeline' help pages

     feat(help): Add 'repo' help pages

     feat(help): Add support for '-h' switch

Powered by Pull Assistant. Last update ceeecac ... 92c70e4. Read the comment docs.

@profclems profclems added docs Improvements or additions to documentation enhancement New feature or request labels Aug 8, 2020
@profclems profclems linked an issue Aug 8, 2020 that may be closed by this pull request
@profclems profclems linked an issue Aug 8, 2020 that may be closed by this pull request
@profclems
Copy link
Owner

Great!

@profclems profclems merged commit ea8ad25 into profclems:trunk Aug 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
docs Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documentation for each command
2 participants