-
Notifications
You must be signed in to change notification settings - Fork 65.6k
Fix #42356: consolidate Copilot CLI parameters and in-session commands #42357
New issue
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
Fix #42356: consolidate Copilot CLI parameters and in-session commands #42357
Conversation
Thanks for submitting a PR to the GitHub Docs project!
In order to review and merge PRs most efficiently, we require that all PRs grant maintainer edit access before we review them. For information on how to do this, see the documentation.
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds comprehensive documentation for GitHub Copilot CLI parameters and in-session commands by consolidating reference information into two well-organized tables. This addresses issue #42356 and provides users with a clear reference for both command-line options and interactive session commands.
Changes:
- Added "CLI parameters" section with a table documenting command-line flags and options
- Added "In-session commands" section with a table documenting slash commands and interactive features
- Included examples for each parameter and command to aid user understanding
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Copilot
AI
Jan 12, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The descriptions in this table are inconsistently punctuated. Some descriptions end with periods while others don't. For consistency and proper documentation style, all descriptions should either consistently include or exclude terminal periods. Based on standard documentation practices, all descriptions should end with periods since they are complete phrases describing actions.
Copilot
AI
Jan 12, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The descriptions in this table are inconsistently punctuated. Some descriptions end with periods while others don't. For consistency and proper documentation style, all descriptions should end with periods since they are complete phrases describing actions. This follows the pattern used in other documentation tables in the repository.
Copilot
AI
Jan 12, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The word "Copilot" should use the variable instead of hardcoded text. According to the coding guidelines, you should always use Liquid syntax variables rather than text if a variable has been defined. Replace "Copilot" with the appropriate variable such as {% data variables.product.prodname_copilot_short %}.
Copilot
AI
Jan 12, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The word "Copilot" should use the variable instead of hardcoded text. According to the coding guidelines, you should always use Liquid syntax variables rather than text if a variable has been defined. Replace "Copilot" with the appropriate variable such as {% data variables.product.prodname_copilot_short %}.
Uh oh!
There was an error while loading. Please reload this page.
Why:
Closes:
What's being changed (if available, include any code snippets, screenshots, or gifs):
Check off the following: