Add a 'tutor' command (#3949)

* Add a 'tutor' command

* clippy
This commit is contained in:
JT
2021-08-21 19:41:54 +12:00
committed by GitHub
parent 188a352c6f
commit 487fafbca3
3 changed files with 410 additions and 0 deletions

View File

@ -20,6 +20,7 @@ pub fn create_default_context(interactive: bool) -> Result<EvaluationContext, Bo
whole_stream_command(Alias),
whole_stream_command(Unalias),
whole_stream_command(Ignore),
whole_stream_command(Tutor),
// System/file operations
whole_stream_command(Exec),
whole_stream_command(Pwd),