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:
Darren Schroeder
2022-08-26 14:48:48 -05:00
committed by GitHub
parent fbae137442
commit 3f1824111d
3 changed files with 80 additions and 0 deletions

View File

@ -29,6 +29,7 @@ pub fn create_default_context() -> EngineState {
// Core
bind_command! {
Alias,
Ast,
Debug,
Def,
DefEnv,