- Merge pull request #7 from RobertWHurst/patch-1
- Fix broken output in non TTY mode
- Merge pull request #6 from tunnckoCore/patch-1
- closes #4, rename displayHelp to showHelp
- test: add and use bootstrap for common testing env
- deps: update drip to 1.1.x
- Merge pull request #1 from jasonrm/test-fix
- Fix failing tests due to incorrect usage of length/lengthOf with Chai.
- update comments to reflect multiword params
- add support for multiword argv paramters and tests
- fix doc asset links
- generate docs
- comment typos
- doc website header
- readme
- argv export default to using process.argv
- added travis support
- commentt program header
- fix bug that caused error on multiple calls to
program.colorize
- sep update drip 0.3.x
- docs
- comment adjustments for docs
- rearrange examples
- update examples, change default to use
simple
theme - fix copyright headers
- add support for program description
- add simple theme and theme comments like what
- command comments like what
- typos in program comments
- comments like what for program
- improve support for wildcard events using drip 0.3.0
- improve test coverage for wildcard commands
- clean theme supports refactored command option parsing
- tests for program and command
- refactor command option parsing to support default value
- program has theme support
- examples update to include default and absetn
- program support for
default
andabsent
commands - refactor Cli as Program, add istty detection and
useColor
option - Args commented for doc generation
- test coverage support
- add tests for argv parser
- expose
electron.argv
as argv parser factory on module main export - refactor arg parser to user
commands
instead ofargs
and filter helper works for all three types - add cli colorize helper
- refactor parse to return
this
- parse args now moved to Args constructor
- example update
- argument lookups
- example
- first working version
- no optimist
- project init
- initial commit