added tips

This commit is contained in:
mpeterv
2014-01-25 14:00:40 +04:00
parent c0039106f3
commit b1a011c3a8
2 changed files with 64 additions and 11 deletions

View File

@@ -57,6 +57,6 @@ describe("tests related to commands", function()
local parser = argparse.parser "name"
local install = parser:command "install"
assert.has_error(function() parser:parse{"isntall"} end, "unknown command 'isntall'")
assert.has_error(function() parser:parse{"run"} end, "unknown command 'run'")
end)
end)