Skip to content

Commit a5950fb

Browse files
committed
Add recommendation for using readline library in course-definition.yml
1 parent 0266926 commit a5950fb

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
@@ -1444,6 +1444,10 @@ stages:
14441444
14451445
The tester will expect the previous commands to be displayed when the up arrow key is pressed.
14461446
1447+
### Notes
1448+
1449+
- We recommend using a library like [readline](https://en.wikipedia.org/wiki/GNU_Readline) for your implementation. Most modern shells and REPLs (like the Python REPL) use readline under the hood. While you may need to override some of its default behaviors, it's typically less work than starting from scratch.
1450+
14471451
marketing_md: |-
14481452
In this stage, you'll implement support for recalling history with the up arrow key.
14491453

0 commit comments

Comments
 (0)