`glab issue --help` help message missing text
Checklist
-
I'm using the latest version of the extension (Run glab --version)- Extension version: Put your extension version here
-
Operating system and version: Windows 11 -
Gitlab.com or self-managed instance? gitlab.com -
GitLab version (if self-managed) GitLab version here (Use the versionendpoint, like this: gitlab.my-company.com/api/v4/version) -
I have performed glab auth statusto check for authentication issues
Summary
The help message from glab issue --help has an example that is missing the text <issue number>.
It should be glab issue view --web <issue number>
not glab issue view --web.
glab issue view --web errors out with this message: accepts 1 arg(s), received 0.
It might mislead new users into thinking they typed the wrong command or something.
Environment
- OS: Windows 11 - AMD64
- SHELL: Powershell
- TERM: Windows Terminal
- GLAB: glab version 1.37.0
Other:
Steps to reproduce
Type glab issue view --web
What is the current bug behavior?
Errors out with an error message: accepts 1 arg(s), received 0
What is the expected correct behavior?
The help message should have the text <issue number> appended after glab issue view --web
Relevant logs and/or screenshots
Possible fixes
Append the text <issue number> after glab issue view --web
This is my first issue posting on a major open source project. Please be gentle.