[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Command Line Parsing?
- From: Petite Abeille <petite.abeille@...>
- Date: Mon, 11 Apr 2016 22:50:12 +0200
> On Apr 11, 2016, at 10:38 PM, Coda Highland <chighland@gmail.com> wrote:
>
> So the question really was, what style of command line parsing is
> actually desired?
Ultimately, a combination of short options, long options, and sub commands ala svn.
So, I guess, something along the lines of docopt in term of expressiveness: http://docopt.org