diff options
Diffstat (limited to 'src/run/mod.rs')
| -rw-r--r-- | src/run/mod.rs | 1 |
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 { |
