2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-03-05 15:58:17 +00:00
nushell/crates/nu-command/tests
Wind 0110345755
making ls and du supports rest parameters. ()
# Description
Close: 
Close:  

About the change: it make pattern handling into a function:
`ls_for_one_pattern`(for ls), `du_for_one_pattern`(for du). Then
iterates on user input pattern, call these core function, and chaining
these iterator to one pipelinedata.
2024-04-13 15:03:17 +00:00
..
commands making ls and du supports rest parameters. () 2024-04-13 15:03:17 +00:00
format_conversions Range refactor () 2024-04-06 09:04:56 -05:00
main.rs ♻️ rework some help strings () 2024-03-27 08:41:02 -05:00