forked from extern/nushell
Add magic $in variable (#309)
* Add magic in variable * Oops, missing file
This commit is contained in:
@ -11,7 +11,7 @@ mod ty;
|
||||
mod value;
|
||||
pub use value::Value;
|
||||
|
||||
pub use engine::{NU_VARIABLE_ID, SCOPE_VARIABLE_ID};
|
||||
pub use engine::{IN_VARIABLE_ID, NU_VARIABLE_ID, SCOPE_VARIABLE_ID};
|
||||
pub use example::*;
|
||||
pub use id::*;
|
||||
pub use pipeline_data::*;
|
||||
|
Reference in New Issue
Block a user