Paweł Szubert
Results
2
comments of
Paweł Szubert
trafficstars
I was looking at it a bit. I think one of the issues I see with implementing argparse in a nice way is actually structure of the commands. They're not...
I have some proof of concept now: ``` pbm@tauri:~/GAM/src$ ./gam.py group usage: gam.py group [-h] {info,delete} ... gam.py group: error: too few arguments pbm@tauri:~/GAM/src$ ./gam.py group info usage: gam.py group...