Skip to content

Commit 797e801

Browse files
committed
Add note on alternative bell character in course-definition.yml
Include guidance for using '\u0007' as an alternative to '\a' for languages that do not support the latter in the shell completion section.
1 parent 24ed5c8 commit 797e801

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

course-definition.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,6 +1048,10 @@ stages:
10481048
The tester will verify that your shell does not attempt completion on invalid commands, the bell is sent.
10491049
The bell is sent by printing the `\a` character.
10501050
1051+
### Notes:
1052+
1053+
- If `\a` is not supported in the language you're using, you can use `\u0007` instead.
1054+
10511055
marketing_md: |-
10521056
In this stage, you'll implement support for handling invalid commands gracefully.
10531057

0 commit comments

Comments
 (0)