Tips for a *nix python cli - Programming On Unix

Users browsing this thread: 1 Guest(s)
venam
Administrators
Ah, this thread.


(14-09-2015, 08:45 PM)ashen Wrote: configargparse (https://github.com/bw2/ConfigArgParse) is pretty nifty. It lets you have a config file to set default arguments as well, if you've got a more complex program
That's a nice simple library.

I would also like to add that if you use ZSH you could write a completion script in "/usr/share/zsh/functions/Completion/Unix/".

It's not complicated, here's a stupid example.


Messages In This Thread
Tips for a *nix python cli - by venam - 11-06-2013, 05:36 AM
RE: Tips for a *nix python cli - by gurhush - 12-06-2013, 07:30 PM
RE: Tips for a *nix python cli - by venam - 12-10-2014, 07:25 AM
RE: Tips for a *nix python cli - by b4dtR1p - 12-10-2014, 08:38 AM
RE: Tips for a *nix python cli - by projektile - 13-10-2014, 03:09 AM
RE: Tips for a *nix python cli - by ashen - 14-09-2015, 08:45 PM
RE: Tips for a *nix python cli - by venam - 15-09-2015, 01:52 AM
RE: Tips for a *nix python cli - by darthlukan - 15-09-2015, 02:18 AM
RE: Tips for a *nix python cli - by venam - 15-09-2015, 03:16 AM
RE: Tips for a *nix python cli - by darthlukan - 15-09-2015, 10:29 AM
RE: Tips for a *nix python cli - by ki113d - 17-09-2015, 10:15 PM
RE: Tips for a *nix python cli - by venam - 03-10-2015, 09:57 AM