We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem: To get a GitHub Copilot suggestion, I currently need to use:
gh copilot suggest "the suggestion I want" This command is too verbose, making it easier to just open the web and search directly.
Solution: Reduce the verbosity of the command to improve efficiency. For example:
gh cp suggest The above can be further reduced. This would greatly enhance usability and streamline the process.
General Rule: Applying this principle as a general rule of thumb across GitHub CLI commands could significantly improve user experience
The text was updated successfully, but these errors were encountered:
Hi @SparshKhanna0001, have you tried using the aliases such that your example would be:
ghcs "the suggestion I want"
?
Sorry, something went wrong.
No branches or pull requests
Problem: To get a GitHub Copilot suggestion, I currently need to use:
gh copilot suggest "the suggestion I want"
This command is too verbose, making it easier to just open the web and search directly.
Solution: Reduce the verbosity of the command to improve efficiency. For example:
gh cp suggest
The above can be further reduced.
This would greatly enhance usability and streamline the process.
General Rule: Applying this principle as a general rule of thumb across GitHub CLI commands could significantly improve user experience
The text was updated successfully, but these errors were encountered: