From 14a74aea0f02da53e0f61c572da2c5244ed80551 Mon Sep 17 00:00:00 2001 From: Rory Dudley Date: Thu, 28 Mar 2024 21:05:00 -0600 Subject: The anthology module 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. --- src/poem.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/poem.rs') diff --git a/src/poem.rs b/src/poem.rs index 069fb79..0eda6b7 100644 --- a/src/poem.rs +++ b/src/poem.rs @@ -1,3 +1,4 @@ +mod anthology; mod elements; use elements::verse::Verse; pub mod read; -- cgit v1.2.3