> var p = nomnom()
> p.option('foo', {'abbr': 'f', 'help': 'foo'})
> c = p.command('bar')
> c.option('baz', {'abbr': 'b', 'help': 'baz', 'flag': true})
> var args = ['-f', 'foo', 'bar', '-b']
> p.parse(args)
'-b' expects a value
Usage: /Users/Greg/.pyenv/versions/2.7.10/envs/carbonio-dev-env/bin/node undefined <command> [options]
command one of: bar
Options:
-f, --foo foo
it is currently very misleading
here,
-bis a flag and should not expect a value