mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
Wrap captured env var names into quotes as well (#546)
This commit is contained in:
@ -15,7 +15,7 @@ pub use lite_parse::{lite_parse, LiteBlock};
|
||||
pub use parse_keywords::{
|
||||
parse_alias, parse_def, parse_def_predecl, parse_let, parse_module, parse_use,
|
||||
};
|
||||
pub use parser::{find_captures_in_expr, parse, Import};
|
||||
pub use parser::{find_captures_in_expr, parse, trim_quotes, Import};
|
||||
|
||||
#[cfg(feature = "plugin")]
|
||||
pub use parse_keywords::parse_register;
|
||||
|
Reference in New Issue
Block a user