forked from extern/nushell
add the ast command to peek at the internals of nushell (#6423)
* add the ast command to peak at the internals of nushell * fixed a bug in an example
This commit is contained in:
@ -29,6 +29,7 @@ pub fn create_default_context() -> EngineState {
|
||||
// Core
|
||||
bind_command! {
|
||||
Alias,
|
||||
Ast,
|
||||
Debug,
|
||||
Def,
|
||||
DefEnv,
|
||||
|
Reference in New Issue
Block a user