Comment 1 for bug 1629423

Revision history for this message
Michael Vogt (mvo) wrote :

This is (currently) intended behavior, we follow the posix convention here that after a non-option no options are parsed. See

https://github.com/jessevdk/go-flags/blob/master/parser.go#L107

If you feel this is too confusing, we can re-evaluate this behaviour.