Make a calc command (#1280)

This commit is contained in:
Shaurya Shubham
2020-01-29 19:04:36 +05:30
committed by GitHub
parent ac5ad45783
commit dc3370b103
7 changed files with 128 additions and 0 deletions

View File

@ -268,6 +268,7 @@ pub async fn cli() -> Result<(), Box<dyn Error>> {
whole_stream_command(Save),
per_item_command(Cpy),
whole_stream_command(Date),
per_item_command(Calc),
per_item_command(Mkdir),
per_item_command(Move),
whole_stream_command(Version),