Merge skip command varieties into one command with sub commands. (#2179)

This commit is contained in:
Andrés N. Robalino
2020-07-14 20:44:49 -05:00
committed by GitHub
parent 5f1075544c
commit 71e55541d7
11 changed files with 38 additions and 34 deletions

View File

@ -43,8 +43,7 @@ mod rm;
mod save;
mod select;
mod semicolon;
mod skip_until;
mod skip_while;
mod skip;
mod sort_by;
mod split_by;
mod split_column;