mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 08:26:22 +02:00
Update path completions to handle spaces (#5419)
This commit is contained in:
@ -18,7 +18,7 @@ pub use parse_keywords::*;
|
||||
|
||||
pub use parser::{
|
||||
is_math_expression_like, parse, parse_block, parse_duration_bytes, parse_external_call,
|
||||
trim_quotes, unescape_unquote_string, Import,
|
||||
trim_quotes, trim_quotes_str, unescape_unquote_string, Import,
|
||||
};
|
||||
|
||||
#[cfg(feature = "plugin")]
|
||||
|
Reference in New Issue
Block a user