Clean up & add yes utility

This commit is contained in:
joachimschmidt557 2019-03-07 16:24:29 +01:00
parent cdb226da8c
commit c4a8616344
7 changed files with 28 additions and 7 deletions

View file

@ -6,4 +6,7 @@ license = "Unlicense"
requires "nim >= 0.19.0"
requires "cligen >= 0.9.19"
bin = @["add", "echo", "false", "mul", "seq", "sleep", "sub", "true"]
bin = @["add", "echo", "factor", "false", "mul", "seq", "sleep", "sub", "true", "yes"]
binDir = "bin"