The CLI.Parser module currently requires flag arguments to be seperated by `=`. This works: ``` my_program --flag=0 ``` This doesn't: ``` my_program --flag 0 ```