aboutsummaryrefslogtreecommitdiffstats
path: root/src/run/mod.rs
diff options
context:
space:
mode:
authorJonas Maier <jonas@x77.dev>2026-03-06 13:15:27 +0100
committerJonas Maier <jonas@x77.dev>2026-03-06 13:15:27 +0100
commit65abf4e34102330fce919e933072eba9c45780f7 (patch)
treea53057062fbff6b0bc30d467fd181f3e28cbcaf7 /src/run/mod.rs
parent351edac110d2250c32047dd2a127903de352a81f (diff)
downloadpish-65abf4e34102330fce919e933072eba9c45780f7.tar.gz
history stub
Diffstat (limited to 'src/run/mod.rs')
-rw-r--r--src/run/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/run/mod.rs b/src/run/mod.rs
index e97c377..5cc8149 100644
--- a/src/run/mod.rs
+++ b/src/run/mod.rs
@@ -178,6 +178,7 @@ const BUILTINS: &[&'static dyn Builtin] = &[
&builtin::from,
&builtin::builtins,
&builtin::_type,
+ &builtin::history,
];
pub struct CommandDispatch {