mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 15:25:06 +02:00
Support completion for paths with multiple dots (#1640)
* refactor: expand_path and expand_ndots now work for any string. * refactor: refactor test and add new ones. * refactor: convert expanded to owned string * feat: pub export of expand_ndots * feat: add completion for ndots in fs-shell
This commit is contained in:
committed by
GitHub
parent
818171cc2c
commit
9ec2aca86f
@ -8,5 +8,6 @@ mod signature;
|
||||
pub use crate::files::Files;
|
||||
pub use crate::lite_parse::{lite_parse, LiteBlock};
|
||||
pub use crate::parse::{classify_block, garbage};
|
||||
pub use crate::path::expand_ndots;
|
||||
pub use crate::shapes::shapes;
|
||||
pub use crate::signature::{Signature, SignatureRegistry};
|
||||
|
Reference in New Issue
Block a user