audreyfeldroy / complexity

A refreshingly simple static site generator, for those who like to work in HTML.
Other
118 stars 32 forks source link

Current commandline interface #43

Closed ghost closed 9 years ago

ghost commented 9 years ago

Commandline usage could improved to allow operators to generate & switch inbetween things like templates, assets without Ruining old CLI, while making it easier to implement new commandline-flags in the future (imho, working with argparse sucks).

I've implemented an alternative CLI (using docopt) within complexity here: https://github.com/jonatanhal/complexity