mirror of
https://github.com/nushell/nushell.git
synced 2025-08-15 14:43:25 +02:00
make trim apply to strings contained in tables (also at deeper nesting (#1664)
* make trim apply to strings contained in tables (also at deeper nesting levels), not just top-level strings * remove unnecessary clone (thanks clippy)
This commit is contained in:
@ -37,6 +37,7 @@ mod split_by;
|
||||
mod split_column;
|
||||
mod sum;
|
||||
mod touch;
|
||||
mod trim;
|
||||
mod uniq;
|
||||
mod where_;
|
||||
mod wrap;
|
||||
|
Reference in New Issue
Block a user