add a touch command (#1399)

This commit is contained in:
Sean Hellum
2020-02-18 14:54:32 -06:00
committed by GitHub
parent bd6556eee1
commit b98f893217
5 changed files with 78 additions and 0 deletions

View File

@ -28,6 +28,7 @@ mod save;
mod sort_by;
mod split_by;
mod split_column;
mod touch;
mod uniq;
mod where_;
mod wrap;