Skip to content

Commit 54b2b64

Browse files
authored
Merge pull request #87 from sebastiantecsi/main
Fix formatting in README for 01-setup-and-first-steps
2 parents fd7a0f9 + cacf681 commit 54b2b64

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

01-setup-and-first-steps/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ That's it for getting started! As you become comfortable, you can explore additi
424424
| Command | What It Does |
425425
|---------|--------------|
426426
| `/add-dir <directory>` | Add a directory to allowed list |
427-
| `/allow-all [on|off|show]` | Auto-approve all permission prompts; use `on` to enable, `off` to disable, `show` to check current status |
427+
| `/allow-all [on\|off\|show]` | Auto-approve all permission prompts; use `on` to enable, `off` to disable, `show` to check current status |
428428
| `/yolo` | Quick alias for `/allow-all on` — auto-approves all permission prompts. |
429429
| `/cwd`, `/cd [directory]` | View or change working directory |
430430
| `/list-dirs` | Show all allowed directories |
@@ -599,7 +599,7 @@ Additional details about remote sessions can be found in the [Copilot CLI docs](
599599
The hands-on examples focused on reviewing and refactoring `book_app.py`. Now practice the same skills on a different file, `utils.py`:
600600

601601
1. Start an interactive session: `copilot`
602-
2. Ask Copilot CLI to summarize the file: `@samples/book-app-project/utils.py What does each function in this file do?`
602+
2. Ask Copilot CLI to summarize the file: "Summarize @samples/book-app-project/utils.py and explain what each function in this file does"
603603
3. Ask it to add input validation: "Add validation to `get_user_choice()` so it handles empty input and non-numeric entries"
604604
4. Ask it to improve error handling: "What happens if `get_book_details()` receives an empty string for the title? Add guards for that."
605605
5. Ask for a docstring: "Add a comprehensive docstring to `get_book_details()` with parameter descriptions and return values"

0 commit comments

Comments
 (0)