nushell/crates/nu-command/tests
Wind 0110345755
making ls and du supports rest parameters. (#12327)
# Description
Close: #12147
Close: #11796 

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. (#12327) 2024-04-13 15:03:17 +00:00
format_conversions Range refactor (#12405) 2024-04-06 09:04:56 -05:00
main.rs ♻️ rework some help strings (#12306) 2024-03-27 08:41:02 -05:00