Keep until and while as subcommands of keep (#2197)

This commit is contained in:
k-brk
2020-07-17 21:06:48 +02:00
committed by GitHub
parent f26151e36d
commit 6497421615
10 changed files with 36 additions and 32 deletions

View File

@@ -23,8 +23,6 @@ mod histogram;
mod insert;
mod is_empty;
mod keep;
mod keep_until;
mod keep_while;
mod last;
mod lines;
mod ls;