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 2d137c6..c0a108a 100644 --- a/src/run/mod.rs +++ b/src/run/mod.rs @@ -305,6 +305,7 @@ const BUILTINS: &[&'static dyn Builtin] = &[ &builtin::_type, &builtin::history, &builtin::escape, + &builtin::parse, ]; pub struct CommandDispatch { |
