summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-11-13 16:58:50 -0500
committerJesse Luehrs <doy@tozt.net>2021-11-13 16:58:50 -0500
commitc5515216780c4c34914ac6086bb51298a3c44513 (patch)
treef099e583b0d851ff4536c9b350f09898cf2b27fe /src/main.rs
parent60c974b28c514f179477710810e263fabf206c89 (diff)
downloadnbsh-c5515216780c4c34914ac6086bb51298a3c44513.tar.gz
nbsh-c5515216780c4c34914ac6086bb51298a3c44513.zip
refactor
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 2d7ae38..5c59f08 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -7,6 +7,7 @@
mod action;
mod format;
mod history;
+mod parse;
mod readline;
mod state;
mod util;