mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 01:08:51 +02:00
Add cell paths
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
mod block;
|
||||
mod call;
|
||||
mod cell_path;
|
||||
mod expr;
|
||||
mod expression;
|
||||
mod operator;
|
||||
@ -8,6 +9,7 @@ mod statement;
|
||||
|
||||
pub use block::*;
|
||||
pub use call::*;
|
||||
pub use cell_path::*;
|
||||
pub use expr::*;
|
||||
pub use expression::*;
|
||||
pub use operator::*;
|
||||
|
Reference in New Issue
Block a user