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: stage_descriptions/completions-05-wh6.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ In this stage, you'll implement tab completion for multiple executables that sha
2
2
3
3
### Handling Multiple Matches
4
4
5
-
When the user types a command prefix and presses `<TAB>`, your shell should identify all executables in PATH that match the prefix:
5
+
When the user types a command prefix and presses `<TAB>`, your shell should identify all executables in PATH that match the prefix and follow these steps:
6
6
7
7
1. On the first `<TAB>` press, ring the bell (using `\x07`).
0 commit comments