Related to #1482
Usage
issue
Description
Returns a URL that takes the user to the right place in the CLI GitHub repo to create a new issue reporting bug, feedback, ideas, etc.
Options
Just the standard options. Depending on the outcome of the investigation, we could expose additional options.
Additional Information
To keep things simple for the users, this command is a top-level command without a namespace.
Investigate:
- is it possible to automatically open the browser instead of just showing the link? If the browser can't be opened for some reason (eg. running the CLI in Docker), the command would still need to show the link
- is it possible to prefill the title and type of feedback, eg. bug, idea, feedback
Related to #1482
Usage
issueDescription
Returns a URL that takes the user to the right place in the CLI GitHub repo to create a new issue reporting bug, feedback, ideas, etc.
Options
Just the standard options. Depending on the outcome of the investigation, we could expose additional options.
Additional Information
To keep things simple for the users, this command is a top-level command without a namespace.
Investigate: