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
copilot -i "suggest find large files and delete them"
54
54
```
55
55
56
-
## Common Slash Commands
56
+
## Common slash commands
57
57
58
58
Slash commands are explicit session-control commands. Here are the most common ones:
59
59
@@ -74,7 +74,7 @@ Slash commands are explicit session-control commands. Here are the most common o
74
74
75
75
> Slash commands cannot be replaced with natural language prompts. They are the only way to control session settings and configuration.
76
76
77
-
## Example Workflows
77
+
## Example workflows
78
78
79
79
### 1. Explain a command
80
80
@@ -92,7 +92,7 @@ Copilot will provide a detailed explanation.
92
92
> Find and delete all .log files in my home folder
93
93
```
94
94
95
-
Copilot generates a command suggestion, and prompt you to execute it if you're satisfued with its suggestions.
95
+
Copilot generates a command suggestion, and prompt you to execute it if you're satisfied with its suggestions.
96
96
97
97
:::image type="content" source="../media/copilot-cli-suggest-command.png" alt-text="Screenshot of Copilot CLI suggesting a command in interactive mode.":::
98
98
@@ -122,7 +122,7 @@ Copilot prompts you to choose the kind of feedback you want to send, then naviga
122
122
> /exit
123
123
```
124
124
125
-
## Configuration Options
125
+
## Configuration options
126
126
127
127
In Copilot CLI, configuration is handled via:
128
128
@@ -146,7 +146,7 @@ In Copilot CLI, configuration is handled via:
146
146
147
147
Refer to the [official GitHub Copilot CLI documentation](https://github.com/github/copilot-cli) for full configuration options.
148
148
149
-
### Tips for Effective Use
149
+
### Tips for effective use
150
150
151
151
* Use **interactive mode (`copilot`)** for exploratory tasks.
152
152
* Use **one-shot mode (`copilot -i`)** for quick answers.
0 commit comments