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

@ -0,0 +1,2 @@
mod until;
mod while_;