F
Florian Lindner
Hello,
is there a python library available for handling GNU parameters. For
example:
prog --filename=foo.bar is the same as prog -f foo.bar
or
prog --execute == prog -e
I look for a library for parsing these string and represent the values in a
list.
Thx,
Florian
is there a python library available for handling GNU parameters. For
example:
prog --filename=foo.bar is the same as prog -f foo.bar
or
prog --execute == prog -e
I look for a library for parsing these string and represent the values in a
list.
Thx,
Florian