You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/copilot/reference/copilot-cli-reference/cli-command-reference.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -219,7 +219,6 @@ Sessions already open in another window float to the top in all non-relevance so
219
219
|`/share [file\|html\|gist] [session\|research] [PATH]`, `/export [file\|html\|gist] [session\|research] [PATH]`| Share the session to a Markdown file, interactive HTML file, or {% data variables.product.github %} gist. |
220
220
|`/skills [list\|info\|add\|remove\|reload] [ARGS...]`| Manage skills for enhanced capabilities. See [AUTOTITLE](/copilot/how-tos/copilot-cli/customize-copilot/create-skills). |
221
221
|`/statusline`, `/footer`| Configure which items appear in the status line. |
222
-
|`/streamer-mode`, `/on-air`| Toggle streamer mode, which hides preview model names and quota details. Useful when demonstrating {% data variables.copilot.copilot_cli_short %} or screen sharing. |
223
222
|`/tasks`| View and manage tasks (subagents and shell commands). |
224
223
|`/terminal-setup`| Configure the terminal for multiline input support (<kbd>Shift</kbd>+<kbd>Enter</kbd> and <kbd>Ctrl</kbd>+<kbd>Enter</kbd>). |
225
224
|`/theme [default\|dim\|high-contrast\|colorblind]`| View or set the color mode. |
@@ -293,7 +292,7 @@ For a complete list of available slash commands enter `/help` in the CLI's inter
293
292
|`--secret-env-vars=VAR ...`| Redact an environment variable from shell and MCP server environments (can be used multiple times). For multiple variables, use a quoted, comma-separated list. The values in the `GITHUB_TOKEN` and `COPILOT_GITHUB_TOKEN` environment variables are redacted from output by default. |
294
293
|`--share=PATH`| Share a session to a Markdown file after completion of a programmatic session (default path: `./copilot-session-<ID>.md`). |
295
294
|`--share-gist`| Share a session to a secret {% data variables.product.github %} gist after completion of a programmatic session. |
296
-
|`--stream=MODE`| Enable or disable streaming mode(mode choices: `on` or `off`). |
295
+
| `--stream=MODE` | Enable or disable streaming mode, which displays {% data variables.product.prodname_copilot_short %}'s response progressively as it is generated rather than waiting for the full response to arrive (mode choices: `on` or `off`, default: `on`).
297
296
|`-v`, `--version`| Show version information. |
298
297
|`--yolo`| Enable all permissions (equivalent to `--allow-all`). |
0 commit comments