rcook / ibt

Isolated Build Tool
MIT License
0 stars 0 forks source link

ibt exec first second third #13

Closed rcook closed 6 years ago

rcook commented 6 years ago

In example ibt exec first second third does not work:

$ ibt exec first second third
usage: ibt [-h] [--verbose] [--version]
           {destroy,help,info,run,script,shell,up,cmake,debug,exec,make} ...
ibt: error: unrecognized arguments: first second third

On the other hand, ibt exec by itself works. I think the parsing for the run command is broken.