GLib option parser eats non-parsed arguments
Running this script like this:
$ python3 option.py foo group: example None parser: file None remaining: []
I would expect remaining: ['foo',]
. Is this a known incompatibility with Python's optparse?
Running this script like this:
$ python3 option.py foo group: example None parser: file None remaining: []
I would expect remaining: ['foo',]
. Is this a known incompatibility with Python's optparse?