nushell/crates/nu-command/tests
Leon 833825ae9a
Allow iteration blocks to have an optional extra index parameter (alternative to -n flags) (#6994)
Alters `all`, `any`, `each while`, `each`, `insert`, `par-each`, `reduce`, `update`, `upsert` and `where`,
so that their blocks take an optional parameter containing the index.
2022-11-21 14:35:11 +01:00
..
commands Allow iteration blocks to have an optional extra index parameter (alternative to -n flags) (#6994) 2022-11-21 14:35:11 +01:00
format_conversions Fix needs_quotes() in to nuon (closes #6989) (#7056) 2022-11-19 12:09:39 +01:00
main.rs Parser refactoring for improving pipelines (#7162) 2022-11-19 10:46:48 +13:00