nushell/crates/nu-cli
Jakub Žádník 3d63901b3b
Add 'every' command to select (or skip) every nth row (#1992)
* Add 'every' command

* Add --skip option to 'every' command

This option skips instead of selects every nth row

* Fix descriptions for 'every' command

* Add docummentation for 'every' command

* Check actual filenames in 'every' command tests
2020-06-17 07:58:41 +12:00
..
src Add 'every' command to select (or skip) every nth row (#1992) 2020-06-17 07:58:41 +12:00
tests Add 'every' command to select (or skip) every nth row (#1992) 2020-06-17 07:58:41 +12:00
Cargo.toml Bump to 0.15.1 (#1984) 2020-06-15 09:54:30 +12:00