mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 06:35:56 +02:00
Port str trim (#394)
This commit is contained in:
committed by
GitHub
parent
34e0fd622b
commit
2bbba3f5da
1160
crates/nu-command/src/strings/str_/trim/command.rs
Normal file
1160
crates/nu-command/src/strings/str_/trim/command.rs
Normal file
File diff suppressed because it is too large
Load Diff
2
crates/nu-command/src/strings/str_/trim/mod.rs
Normal file
2
crates/nu-command/src/strings/str_/trim/mod.rs
Normal file
@ -0,0 +1,2 @@
|
||||
mod command;
|
||||
pub use command::SubCommand as Trim;
|
Reference in New Issue
Block a user