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
This commit is contained in:
Jakub Žádník
2020-06-16 22:58:41 +03:00
committed by GitHub
parent eb1ada6115
commit 3d63901b3b
6 changed files with 400 additions and 0 deletions

View File

@ -10,6 +10,7 @@ mod default;
mod drop;
mod each;
mod enter;
mod every;
mod first;
mod format;
mod get;