Date subcommands (#2383)

* refactored date command

* format files
This commit is contained in:
gorogoroumaru
2020-08-22 12:46:48 +09:00
committed by GitHub
parent eb2ba470c7
commit 2ea42f296c
8 changed files with 240 additions and 177 deletions

View File

@ -261,7 +261,9 @@ pub fn create_default_context(
whole_stream_command(Save),
whole_stream_command(Touch),
whole_stream_command(Cpy),
whole_stream_command(Date),
whole_stream_command(DateNow),
whole_stream_command(DateUTC),
whole_stream_command(DateFormat),
whole_stream_command(Cal),
whole_stream_command(Mkdir),
whole_stream_command(Mv),