summaryrefslogtreecommitdiffstats
path: root/src/poem/anthology/exit.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add docstring comments to all the anthology functionsRory Dudley2024-03-311-0/+7
| | | | | | Add docstring comments for all the incant function throughout the anthology, documenting what each function does, and an example of it's shell command.
* The anthology moduleRory Dudley2024-03-281-0/+5
The anthology module was added to run built-in commands. The 'cd' and 'exit' built-ins were moved from the main recite() loop to this module. Additionally, the 'export' and 'source' built-ins were added.