Anand Thakker 5c8459d957 Reorganize argument parsing
Arg parsing is now split into common options (in bin/documentation.js)
and command-specific options (in each command module, exported as
parseArgs).

This includes moving `--private` and `--github` to the common args
instead of having them under the build/serve commands.  Reason: these
two args are options understood by the main module, as opposed to args
like `--format` which are only understood by the actual output piece
in build/serve.

Also removes `args.js`, which had previously exported the argument
parsing for use in situations like documentation-readme.  The need
for this, I think, is largely made irrelevant in the face of slightly
generalizing the CLI to use commands.
2015-12-06 18:13:17 -05:00
..
2015-12-06 18:13:17 -05:00
2015-12-06 18:01:55 -05:00
2015-12-06 18:01:55 -05:00
2015-12-06 18:01:55 -05:00
2015-10-12 20:28:16 -07:00
2015-10-06 15:28:32 -04:00
2015-12-06 18:01:55 -05:00
Babel! 🙌
2015-10-04 21:55:54 -04:00
2015-11-24 11:21:11 -05:00
2015-11-24 12:18:48 -05:00
2015-09-28 20:36:07 -04:00
2015-10-31 11:02:14 -04:00
2015-11-24 11:21:11 -05:00