From 04068bf2ad233748af1ac98edb12a27bf8ffca75 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 18 Nov 2021 00:40:01 -0500 Subject: implement cd --- src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index b3852cd..94d6f90 100644 --- a/src/main.rs +++ b/src/main.rs @@ -5,6 +5,7 @@ #![allow(clippy::unused_self)] mod action; +mod builtins; mod format; mod history; mod parse; -- cgit v1.2.3-54-g00ecf