# [16.0.0](https://github.com/esatterwhite/node-seeli/compare/v15.1.1...v16.0.0) (2025-03-05)


### Bug Fixes

* **from**: Remove unused `plain` parameter [98df6c1](https://github.com/esatterwhite/node-seeli/commit/98df6c18327eaf21d0690a481bd626aee80d4fe9) - Eric Satterwhite
* **help**: Help text should display required flags [63b8c93](https://github.com/esatterwhite/node-seeli/commit/63b8c93779eeaed111411cb7b49d71d26504fc65) - Eric Satterwhite
* **interactive**: `validate` should only be called once [78cfc8f](https://github.com/esatterwhite/node-seeli/commit/78cfc8f1f13c457b3ae993da0f68225cfda72542) - Eric Satterwhite, closes: [#134](https://github.com/esatterwhite/node-seeli/issues/134)
* **wiki**: Add more information and fix typeos [067e224](https://github.com/esatterwhite/node-seeli/commit/067e22402e7df914d007a32759612b86f6c1be13) - Eric Satterwhite


### Features

* **flags**: Add flags to help specify exclusivity [5f12137](https://github.com/esatterwhite/node-seeli/commit/5f12137edc197c487c9546ccabb6051681276355) - Eric Satterwhite


### **BREAKING CHANGES**

* **flags:** `interactive` values need to be reset from `''` to
`undefined` so that it behaves in the same way that missing argv values
do. Also, validation is trickier now with the new options, so a `major`
is the safe bet.

## [15.1.1](https://github.com/esatterwhite/node-seeli/compare/v15.1.0...v15.1.1) (2025-02-20)


### Bug Fixes

* **command**: fix typo in invalid field validation message [4964418](https://github.com/esatterwhite/node-seeli/commit/4964418279ed1af4c0e5568c7cb10c460decc72f) - Eric Satterwhite

# [15.1.0](https://github.com/esatterwhite/node-seeli/compare/v15.0.0...v15.1.0) (2023-12-31)


### Features

* **command**: add support for input filter for non-interactive [a21e065](https://github.com/esatterwhite/node-seeli/commit/a21e065b1f3f74beeb44b15783d3050c1d1af053) - Eric Satterwhite

# [15.0.0](https://github.com/esatterwhite/node-seeli/compare/v14.1.1...v15.0.0) (2023-12-04)


### Bug Fixes

* **ci**: update node matrix to reflect true level of support [29ede75](https://github.com/esatterwhite/node-seeli/commit/29ede753a7d3848b9f5173fda7b6ddb0cfdd9425) - Eric Satterwhite
* **typo**: Fix 2 exception name typos [517d7cb](https://github.com/esatterwhite/node-seeli/commit/517d7cb051584f1e471429865491f365b0bb41ea) - Eric Satterwhite


### **BREAKING CHANGES**

* **ci:** minimum version of node is 16

## [14.1.1](https://github.com/esatterwhite/node-seeli/compare/v14.1.0...v14.1.1) (2023-02-20)


### Bug Fixes

* **ci**: remove docs build from build [b4f2029](https://github.com/esatterwhite/node-seeli/commit/b4f202989a120f801e8eeed093c7a453e6a30ccd) - Eric Satterwhite
* **command**: stop ora instance after run is called [9fc53c6](https://github.com/esatterwhite/node-seeli/commit/9fc53c63adaec68a8ab6fc5a90d7857088e7a7d5) - Eric Satterwhite
* **gh-pages**: update node version to 14 [2584db7](https://github.com/esatterwhite/node-seeli/commit/2584db71a539fd36bda026362a9d0dafcc1247da) - Eric Satterwhite


### Chores

* **style**: fix linting errors [4fc23d7](https://github.com/esatterwhite/node-seeli/commit/4fc23d7815893b62d9e5fb5e44039f1431824a44) - Eric Satterwhite

# [14.1.0](https://github.com/esatterwhite/node-seeli/compare/v14.0.0...v14.1.0) (2022-12-08)


### Chores

* **dep**: nopt@7.0.0 [4dca598](https://github.com/esatterwhite/node-seeli/commit/4dca59848232ee8b24873055f02c5e4d82493d3d) - Eric Satterwhite


### Features

* **colorize**: enable color mode parsing [578801d](https://github.com/esatterwhite/node-seeli/commit/578801ddddb032097e4757d912fc5504a7e97829) - Eric Satterwhite

# [14.0.0](https://github.com/esatterwhite/node-seeli/compare/v13.0.3...v14.0.0) (2022-09-05)


### Bug Fixes

* **command**: commands will throw when duplicate short hands are found [cdaddbb](https://github.com/esatterwhite/node-seeli/commit/cdaddbb1f5ee6d0a300301d945824261c038d5e7) - Eric Satterwhite, closes: [#113](https://github.com/esatterwhite/node-seeli/issues/113)


### **BREAKING CHANGES**

* **command:** commands will throw when duplicate short hands are found

## [13.0.3](https://github.com/esatterwhite/node-seeli/compare/v13.0.2...v13.0.3) (2021-12-10)


### Bug Fixes

* **seeli**: expose Command as a getter on seeli [13ea0e4](https://github.com/esatterwhite/node-seeli/commit/13ea0e45d543b19156e70caba49b24f90ca63b9e) - Eric Satterwhite

## [13.0.2](https://github.com/esatterwhite/node-seeli/compare/v13.0.1...v13.0.2) (2021-11-03)


### Bug Fixes

* **command**: exclude interactive flag from tree if disabled [0d0ee94](https://github.com/esatterwhite/node-seeli/commit/0d0ee94d1cb39170744ad78e223ad54d85ebd4ce) - Eric Satterwhite

## [13.0.1](https://github.com/esatterwhite/node-seeli/compare/v13.0.0...v13.0.1) (2021-10-31)


### Bug Fixes

* **release**: update release to regenerate docs. [74bd48d](https://github.com/esatterwhite/node-seeli/commit/74bd48d062bd7dcdee2408ca1f975f31ff493e00) - Eric Satterwhite


### Chores

* **deps**: semantic-release/exec@5.0.0 [23ee59b](https://github.com/esatterwhite/node-seeli/commit/23ee59b09504847deb7e55efbdb16968d1643159) - Eric Satterwhite

# [13.0.0](https://github.com/esatterwhite/node-seeli/compare/v12.5.9...v13.0.0) (2021-10-31)


### Documentation

* **gh-pages**: update doc and example to reflect changes [75365eb](https://github.com/esatterwhite/node-seeli/commit/75365eb0839409b268aa8444516f17b53556a163) - Eric Satterwhite


### Features

* **command**: expose a `tree` getter for a json tree of a command [224c1f7](https://github.com/esatterwhite/node-seeli/commit/224c1f70036ab45ac87bc34fc300821576881f3f) - Eric Satterwhite
* **seeli**: make primary export a seeli command instance [e7fe759](https://github.com/esatterwhite/node-seeli/commit/e7fe75928f50e7ee3f2a2741c828cdc27b16147a) - Eric Satterwhite


### **BREAKING CHANGES**

* **seeli:** get/set functions replaced with single `config` function
* **seeli:** top level commands property removed

## [12.5.9](https://github.com/esatterwhite/node-seeli/compare/v12.5.8...v12.5.9) (2021-08-20)


### Bug Fixes

* **help**: remove the interactive disablement on help command [4c0283b](https://github.com/esatterwhite/node-seeli/commit/4c0283bc56070483103e4653f5a529d92ce090f3) - Eric Satterwhite

## [12.5.8](https://github.com/esatterwhite/node-seeli/compare/v12.5.7...v12.5.8) (2021-08-15)


### Chores

* **deps**: update ora requirement from ^5.3.0 to ^5.4.1 [2fa2364](https://github.com/esatterwhite/node-seeli/commit/2fa23641853a4fa5dae8edf3465e12cea39d4ad6) - Eric Satterwhite

## [12.5.7](https://github.com/esatterwhite/node-seeli/compare/v12.5.6...v12.5.7) (2021-08-13)


### Chores

* **deps**: update cli-spinners requirement from ^2.3.0 to ^2.6.0 [f015098](https://github.com/esatterwhite/node-seeli/commit/f015098fd81d06831c7a0b343af2c9c5d07a5b4c) - Eric Satterwhite

## [12.5.6](https://github.com/esatterwhite/node-seeli/compare/v12.5.5...v12.5.6) (2021-08-13)


### Chores

* **deps**: update chalk requirement from ^4.0.0 to ^4.1.2 [2cd8a17](https://github.com/esatterwhite/node-seeli/commit/2cd8a1726d65921cf0555d4c30251344094a5998) - Eric Satterwhite

## [12.5.5](https://github.com/esatterwhite/node-seeli/compare/v12.5.4...v12.5.5) (2021-07-26)


### Chores

* **deps**: update debug requirement from ^4.1.1 to ^4.3.2 [0603e3f](https://github.com/esatterwhite/node-seeli/commit/0603e3f23ebb780dde98cb5554624c0089ce9382) - Eric Satterwhite

## [12.5.4](https://github.com/esatterwhite/node-seeli/compare/v12.5.3...v12.5.4) (2021-07-26)


### Chores

* **deps**: update eslint requirement from ^7.9.0 to ^7.31.0 [a41dcf2](https://github.com/esatterwhite/node-seeli/commit/a41dcf26d64206c62146b1a78269e39844132384) - Eric Satterwhite


### Miscellaneous

* corrected spelling and remove duplicate word [edc055d](https://github.com/esatterwhite/node-seeli/commit/edc055d916c31bc87210f9904ec43f1314af4883) - Eric Satterwhite

## [12.5.3](https://github.com/esatterwhite/node-seeli/compare/v12.5.2...v12.5.3) (2021-05-02)


### Chores

* **deps**: update eslint-config-codedependant requirement [429f399](https://github.com/esatterwhite/node-seeli/commit/429f399936cd4c296c55a08b967e7d0c33ca74db) - Eric Satterwhite

## [12.5.2](https://github.com/esatterwhite/node-seeli/compare/v12.5.1...v12.5.2) (2021-05-02)


### Chores

* **ci**: replace inline release config with shared config [c15c301](https://github.com/esatterwhite/node-seeli/commit/c15c30184286ca2c32943411e9c6c8d5dbb501db) - Eric Satterwhite

# Changlog

## [12.5.1](https://github.com/esatterwhite/node-seeli/compare/v12.5.0...v12.5.1) (2021-04-25)


### Bug Fixes

* **command:** corrects interactive prompt type for arrays ([869b2cb](https://github.com/esatterwhite/node-seeli/commit/869b2cb23c11b16108a412469d43e88180a95c2e))


### Miscellaneous

* gh-pages: fix invalid routing links ([d58c70b](https://github.com/esatterwhite/node-seeli/commit/d58c70bad89aed9fb805f4d625ad4b63676b56bf))
* gh-pages: include tutorials for interactive commands ([adb4b34](https://github.com/esatterwhite/node-seeli/commit/adb4b3478f35e1bb319f2d2d3e3a065a0ca8f2e3))

# [12.5.0](https://github.com/esatterwhite/node-seeli/compare/v12.4.0...v12.5.0) (2021-04-05)


### Features

* **command:** enable flag choice validation ([437b1b6](https://github.com/esatterwhite/node-seeli/commit/437b1b648d1f7ddcc6f65234ae70ba8eed9fc840))

# [12.4.0](https://github.com/esatterwhite/node-seeli/compare/v12.3.2...v12.4.0) (2021-03-23)


### Bug Fixes

* **release:** re-enable github releases ([2ac8f96](https://github.com/esatterwhite/node-seeli/commit/2ac8f964398640b5edbd65bcb6ff895c2cc4a9a2))


### Features

* **doc:** fixing readme docs ([7724fb3](https://github.com/esatterwhite/node-seeli/commit/7724fb3f7c0bfd4c273606725126ef52af125ed2))


### Miscellaneous

* 2021-03-23, Version 12.3.3 [skip ci] ([925fc9a](https://github.com/esatterwhite/node-seeli/commit/925fc9a971a96d4ea061afd02b07fec8376e508a))

## [12.3.3](https://github.com/esatterwhite/node-seeli/compare/v12.3.2...v12.3.3) (2021-03-23)


### Bug Fixes

* **release:** re-enable github releases ([2ac8f96](https://github.com/esatterwhite/node-seeli/commit/2ac8f964398640b5edbd65bcb6ff895c2cc4a9a2))

## [12.3.2](https://github.com/esatterwhite/node-seeli/compare/v12.3.1...v12.3.2) (2021-03-23)


### Bug Fixes

* **doc:** fix readme ([3350e19](https://github.com/esatterwhite/node-seeli/commit/3350e19eb5354e7b7572f11f44600d8a5158edf6))
* **docs:** fix vuepress base path ([bc4c4fa](https://github.com/esatterwhite/node-seeli/commit/bc4c4fa4b91a105c2d5c8da35f7c3306184ecfc0))
* **release:** fix release config ([f600710](https://github.com/esatterwhite/node-seeli/commit/f600710b25be0a78b2b36c75fd4a6e08446d9b2c))


### Miscellaneous

* 2021-03-22, Version 12.3.2 [skip ci] ([3b8fe39](https://github.com/esatterwhite/node-seeli/commit/3b8fe39b3218bf6d4142d498be57c400b99a3645))
* 2021-03-22, Version 12.3.3 [skip ci] ([52709c3](https://github.com/esatterwhite/node-seeli/commit/52709c3d1c2b5019a5fc16f7f049745cc1765552))

## [12.3.3](https:/home/esatterwhite/dev/js/node-seeli/compare/v12.3.2...v12.3.3) (2021-03-23)


### Bug Fixes

* **release:** fix release config ([f600710](https:/home/esatterwhite/dev/js/node-seeli/commit/f600710b25be0a78b2b36c75fd4a6e08446d9b2c))

## [12.3.2](https:/home/esatterwhite/dev/js/node-seeli/compare/v12.3.1...v12.3.2) (2021-03-23)


### Bug Fixes

* **doc:** fix readme ([3350e19](https:/home/esatterwhite/dev/js/node-seeli/commit/3350e19eb5354e7b7572f11f44600d8a5158edf6))

## [12.3.1](https://github.com/esatterwhite/node-seeli/compare/v12.3.0...v12.3.1) (2021-03-21)


### Chores

* **deps:** semantic-release/exec@5.0.0 ([43b10f8](https://github.com/esatterwhite/node-seeli/commit/43b10f8c16ce3a89c51f0fe661f44bbc393feae3))


### Dependancies

* plugin-back-to-top@1.5.4 ([e1efba4](https://github.com/esatterwhite/node-seeli/commit/e1efba4f0dc26700a33c94c155999e793dc7f4a6))
* vuepres@1.8.2 ([b863117](https://github.com/esatterwhite/node-seeli/commit/b863117ad591ba142daf497147fa95ebe1921d02))


### Documentation

* include a docs site for githubpages ([abf1528](https://github.com/esatterwhite/node-seeli/commit/abf152829de5a51d81eee08cec705c9f7dc9eb1b))

# [12.3.0](https://github.com/esatterwhite/node-seeli/compare/v12.2.0...v12.3.0) (2021-03-19)


### Bug Fixes

* **command:** fix interactive prompts for repeating numbers ([c810602](https://github.com/esatterwhite/node-seeli/commit/c810602368a0a8e6470e1fd7b1b2c339299342cf))


### Features

* **command:** add a command method to convert flags to prompts ([5817b34](https://github.com/esatterwhite/node-seeli/commit/5817b3438fd00117361175dba13fd63bb86a7e66))

# [12.2.0](https://github.com/esatterwhite/node-seeli/compare/v12.1.4...v12.2.0) (2021-03-02)


### Features

* **seeli:** add basic support for plugins ([782a066](https://github.com/esatterwhite/node-seeli/commit/782a06602f35fbb7fdc2a56f95f030bfd5afa229)), closes [#39](https://github.com/esatterwhite/node-seeli/issues/39)

## [12.1.4](https://github.com/esatterwhite/node-seeli/compare/v12.1.3...v12.1.4) (2021-03-01)


### Bug Fixes

* **command:** fix resolving of subcommands ([6df9776](https://github.com/esatterwhite/node-seeli/commit/6df97768466b6339cd9e74a7e450099d4070b19f))

## [12.1.3](https://github.com/esatterwhite/node-seeli/compare/v12.1.2...v12.1.3) (2021-03-01)


### Bug Fixes

* **help:** allow printing for invalid commands ([1a13e9c](https://github.com/esatterwhite/node-seeli/commit/1a13e9c8d3242d75bc1815269dca04bee24e92f0))

## [12.1.2](https://github.com/esatterwhite/node-seeli/compare/v12.1.1...v12.1.2) (2021-02-26)

## [12.1.1](https://github.com/esatterwhite/node-seeli/compare/v12.1.0...v12.1.1) (2021-02-26)


### Bug Fixes

* correct release rules for semantic-release ([45d322d](https://github.com/esatterwhite/node-seeli/commit/45d322d8e8b0b20a49a861c40d2e98e92e92db48))

# [12.1.0](https://github.com/esatterwhite/node-seeli/compare/v12.0.0...v12.1.0) (2021-02-16)


### Features

* **conf:** config is loaded from package.json ([25a1c2b](https://github.com/esatterwhite/node-seeli/commit/25a1c2bb9b8b039e4263997f90f33e0336fb282b))

# [12.0.0](https://github.com/esatterwhite/node-seeli/compare/v11.0.2...v12.0.0) (2021-02-14)


### Features

* **command:** support for sub commands ([a99346c](https://github.com/esatterwhite/node-seeli/commit/a99346cb011473ac03b62f247cf522295eb36788))


### BREAKING CHANGES

* **command:** Commands are no longer dot accessible from the regirstry
* **command:** The command registry is a Map, not an object

## [11.0.2](https://github.com/esatterwhite/node-seeli/compare/v11.0.1...v11.0.2) (2021-02-13)

## [11.0.1](https://github.com/esatterwhite/node-seeli/compare/v11.0.0...v11.0.1) (2020-09-13)


### Bug Fixes

* **release:** update changelog title to be a header ([fe6ae68](https://github.com/esatterwhite/node-seeli/commit/fe6ae68c60b5bdc05992fcfbbc09678d98fe38c1))

# [11.0.0](https://github.com/esatterwhite/node-seeli/compare/v10.0.2...v11.0.0) (2020-09-13)

## [10.0.2](https://github.com/esatterwhite/node-seeli/compare/v10.0.1...v10.0.2) (2020-07-18)


### Bug Fixes

* **test:** moving the tap config into package.js ([b4eb31c](https://github.com/esatterwhite/node-seeli/commit/b4eb31c36f737434871ddb23ae2dc1bb03630766))

## v10.0.1 (2020-07-03)

*  10.0.1 [View](https://github.com/esatterwhite/node-seeli/commit/e142f1541f44db34a514e519dc7d677d6f3bf66a)
*  conf: wrap os calls in try catch. [View](https://github.com/esatterwhite/node-seeli/commit/4b4e984e9e80444e4724d14e071e2b754ac7cafd)
*  update change log [View](https://github.com/esatterwhite/node-seeli/commit/55b9bc29ecb5f9bea03ac8869ed0c56505e85d82)


## v10.0.0 (2020-06-01)

*  10.0.0 [View](https://github.com/esatterwhite/node-seeli/commit/edbe192b3e95ec64a3467ee0a92fa495a51fb313)
*  pkg: softens the error handling [View](https://github.com/esatterwhite/node-seeli/commit/33071952aa777d37cc8272ef2b0d11f1895fc79c)


## v9.0.0 (2020-04-14)

*  9.0.0 [View](https://github.com/esatterwhite/node-seeli/commit/ce2bbbbcf882962daf1bff182d535422f2677f8e)
*  example: include updated demo gif and asset files [View](https://github.com/esatterwhite/node-seeli/commit/44b4f4ed143cff0133e00f36feb82ad328d143ba)
*  example: include updated demo gif and asset files [View](https://github.com/esatterwhite/node-seeli/commit/fcc9246318d6f520bdb8e3f2fc6b321d61993e20)
*  test: increase test coverage [View](https://github.com/esatterwhite/node-seeli/commit/9cad6de6052dd32ed32107353a80a7f70dcd6fef)
*  command: static run function on command class [View](https://github.com/esatterwhite/node-seeli/commit/e6108892c35283eab6da91682cb34592b5165aff)
*  script: shell script to generate a change log [View](https://github.com/esatterwhite/node-seeli/commit/529dc00a5863dfe0c2e9210e0dd52d9f047c6968)
*  command: various code cleanups [View](https://github.com/esatterwhite/node-seeli/commit/4ebab9b74ea98ce2ed4ea01f5bb8546af549325e)
*  commands: allow commands to be registered by their own name property [View](https://github.com/esatterwhite/node-seeli/commit/9fbef1fc4591d83ea76ab99946365f8fc8587ab2)
*  domain: removing the domain wrapper. [View](https://github.com/esatterwhite/node-seeli/commit/7d693831b46827340d9d5949c79f4903a0466d42)
*  deps: nopt@4.0.3 [View](https://github.com/esatterwhite/node-seeli/commit/3940bfcd324e02e4a5122c133a2052e4babb567d)
*  desp: chalk@4.0.0 [View](https://github.com/esatterwhite/node-seeli/commit/2a56547b8fd7d016a54044a760b58691b2426343)
*  deps[dev]: cli-spinners@2.3.0 [View](https://github.com/esatterwhite/node-seeli/commit/748b4f0d7ae63b0b47189797fbe34391358705d7)
*  deps[dev]: check-pkg@2.1.1 [View](https://github.com/esatterwhite/node-seeli/commit/4b4b2e4945f7ec2df88976658102c2f0dbd79ec9)
*  deps: inquirer@7.0.1 [View](https://github.com/esatterwhite/node-seeli/commit/c7863c45829d541854c3475375fd66f804a01c66)
*  deps: mout@1.2.2 [View](https://github.com/esatterwhite/node-seeli/commit/c099f083597e6efcca041c3c650b469b63c2b4f8)
*  deps: string-width@4.2.0 [View](https://github.com/esatterwhite/node-seeli/commit/5765b4732355c8904408a826dbb2c748ea6f6835)
*  deps: stip-ansi@5.2.0 [View](https://github.com/esatterwhite/node-seeli/commit/16494dbd40b42df1a107f5539ee1b300d48852f7)
*  deps[dev]: tap@14.10.2 [View](https://github.com/esatterwhite/node-seeli/commit/e869685bc35e46a627c137f67176a5aa74c02cec)
*  deps: ora@4.0.3 [View](https://github.com/esatterwhite/node-seeli/commit/79907410c96122d69dd09c6551af66c1bb5f169f)
*  desp: cliui@6.0.0 [View](https://github.com/esatterwhite/node-seeli/commit/0b76cfeace3821086079065d49bbbe31b55f20c3)
*  deps: chalk@3.0.0 [View](https://github.com/esatterwhite/node-seeli/commit/a468f449b4ca5c14395052dd69205597c1e64963)
*  create publish file [View](https://github.com/esatterwhite/node-seeli/commit/2adcd8c4d8df50183002351c025a1f5fb794f39d)


## v8.3.0 (2019-08-12)

*  8.3.0 [View](https://github.com/esatterwhite/node-seeli/commit/7c12f07a0c1fdf3d7372c522ae67fe4461c8f665)
*  pkg: bump minimum node version to 8 [View](https://github.com/esatterwhite/node-seeli/commit/9ef7853de5da91f92c9534dbb9fafca53c6c25c4)


## v8.2.2 (2019-08-12)

*  8.2.2 [View](https://github.com/esatterwhite/node-seeli/commit/548c93d2996f52d43be67ffaaaeaf27f552df238)
*  dep: inquirer@6.5.1 [View](https://github.com/esatterwhite/node-seeli/commit/f2694bf4317254c2cfb44723abb68a7be0ca4459)
*  dep: tap@14.6.1 [View](https://github.com/esatterwhite/node-seeli/commit/7898553d7a12b0acab78f0da9cf22087743884d4)


## v8.2.1 (2019-04-19)

*  8.2.1 [View](https://github.com/esatterwhite/node-seeli/commit/706ad7d5333d4c32a2dcbe306ae969ac988aac20)
*  deps[dev]: tap@12.6.1 [View](https://github.com/esatterwhite/node-seeli/commit/3bf4bd0e15d766604e586b9d9e03c13fad20aeeb)
*  cliui@5.0.0 [View](https://github.com/esatterwhite/node-seeli/commit/6d9e0c3fdce97bc092277361a6ebb4270f559c34)
*  deps: inquirer@6.3.1 [View](https://github.com/esatterwhite/node-seeli/commit/fb70efb6a7c8f220243b2997645dff222d5ca853)
*  deps: mout@1.1.0 [View](https://github.com/esatterwhite/node-seeli/commit/409e6d755b5ebb4e188397e46327515ebab8fdec)
*  deps: strip-ansi@5.2.0 [View](https://github.com/esatterwhite/node-seeli/commit/5697d628e2231d78fbd503446f36b3e5138a666c)
*  deps: string-width@4.1.0 [View](https://github.com/esatterwhite/node-seeli/commit/7f641c8185cc10d3de530e7ccfc1b92b433ad0ab)
*  deps: ora@3.4.0 [View](https://github.com/esatterwhite/node-seeli/commit/74c07ab566a9437065c8a691d78d013f4d73b438)
*  deps: debug@4.1.1 [View](https://github.com/esatterwhite/node-seeli/commit/17b8be48a55c3dce002d3dd6fed9d9f242c78899)
*  deps: clone@2.1.2 [View](https://github.com/esatterwhite/node-seeli/commit/d8829246a6d66356f7dfd456bcc929b143a39149)
*  deps: chalk@2.4.2 [View](https://github.com/esatterwhite/node-seeli/commit/d13164d27935b9d9c27fc98866f648ea4d71afc8)
*  deps: abbrev@1.1.1 [View](https://github.com/esatterwhite/node-seeli/commit/8ef884257a31a805f61c008da6c4c85e17469540)


## v8.2.0 (2018-06-05)

*  8.2.0 [View](https://github.com/esatterwhite/node-seeli/commit/2fe87cc9546cf880718f55ea6bfe3ccb47b9d1df)
*  doc: fix bad flag example [View](https://github.com/esatterwhite/node-seeli/commit/86363253bb36c1ad24ba0130ed69d19652a51f63)
*  deps: remove jsdoc [View](https://github.com/esatterwhite/node-seeli/commit/573e7e9791f331e8ce9279c9c02fbb224e6fd182)
*  deps: tap@12.0.1 [View](https://github.com/esatterwhite/node-seeli/commit/7e1b5a5b3149997529904ff260eccc5eb559b145)
*  deps: inquirer@6.0.0 [View](https://github.com/esatterwhite/node-seeli/commit/74709b1d706c210739899be2cb06afeb0da44c59)
*  deps: cliui@4.1.0 [View](https://github.com/esatterwhite/node-seeli/commit/15af84822fbe1fdef1ba16389d01766d871829b8)
*  deps: chalk@2.4.1 [View](https://github.com/esatterwhite/node-seeli/commit/b9342fed0e06c3f4ac83a07aebed9d2819b9052c)
*  Update README.md [View](https://github.com/esatterwhite/node-seeli/commit/48b97b1710842b7fd89e4a85d0bb8e67db3c37d6)
*  Update README.md [View](https://github.com/esatterwhite/node-seeli/commit/961ac6bbddfcc6fc27f3ad9e9342084eab2d8920)
*  Update README.md [View](https://github.com/esatterwhite/node-seeli/commit/430ce98a492da17a09ffee15145971da1f08e453)


## v8.1.3 (2018-02-11)

*  8.1.3 [View](https://github.com/esatterwhite/node-seeli/commit/35d6dfdc57e304eb21573ffe31db2697abc8f263)
*  seeli: unbind the chalk functions [View](https://github.com/esatterwhite/node-seeli/commit/f3f40da6cd883861f4442afd3ffb2c475681e1ae)


## v8.1.2 (2018-02-03)

*  8.1.2 [View](https://github.com/esatterwhite/node-seeli/commit/c5edd04fb551ad7587a74a602a43d6689661c7d0)
*  command: add interactive options to flag [View](https://github.com/esatterwhite/node-seeli/commit/0d4c2b3502257edb9354256048257797fe70c883)


## v8.1.1 (2018-02-01)

*  8.1.1 [View](https://github.com/esatterwhite/node-seeli/commit/dc07079d4755f89dc58a514fdb2fed693c0f9400)
*  deps: ora@1.4.0 [View](https://github.com/esatterwhite/node-seeli/commit/630a61f8aafaeb679263878b5c0732fd4976d01c)


## v8.1.0 (2018-01-31)

*  8.1.0 [View](https://github.com/esatterwhite/node-seeli/commit/1020f85e476a5426dd608958dc32773672571231)
*  command: adds a multi option for list prompts [View](https://github.com/esatterwhite/node-seeli/commit/5ffeb6f540e9782c91fbd79b3a47f853f324fcce)


## v8.0.1 (2018-01-07)

*  8.0.1 [View](https://github.com/esatterwhite/node-seeli/commit/4621cc863c240bb9f1da50e349289217dcc60f02)
*  command: fixes nested flag names in interactive mode [View](https://github.com/esatterwhite/node-seeli/commit/eb122cfbd01756fee86c4dd8acca5f54b9ae645a)
*  Update README.md [View](https://github.com/esatterwhite/node-seeli/commit/06b7271bbc03375cd844bb08c8129363969f82cc)
*  Update README.md [View](https://github.com/esatterwhite/node-seeli/commit/ca4e3cb485b8da552b4f5bb5dc441bcd2b6b799b)


## v8.0.0 (2017-12-31)

*  8.0.0 [View](https://github.com/esatterwhite/node-seeli/commit/074eb9895c3ce8bcf897106bcd5601c4f965daab)
*  exapmles: ui prompt / confirm example [View](https://github.com/esatterwhite/node-seeli/commit/e2073f3f52c9cfd6f7f3e3d89d5bfd9b427192d3)
*  pkg: bumps minimum node version to v7 [View](https://github.com/esatterwhite/node-seeli/commit/6e109fee0b66bc9152d20160a3deffa1d3b9886d)
*  usage: don't show the interactive flag if the comand isn't interactive [View](https://github.com/esatterwhite/node-seeli/commit/97b726431a071910e8acee10e53c20c718cd8cc5)
*  examples: more examples [View](https://github.com/esatterwhite/node-seeli/commit/4ef03cc31f77d61a1a54eafea7c7987c79f2a1f6)
*  seeli: add a colorize shortcut function [View](https://github.com/esatterwhite/node-seeli/commit/fd61ccf6e16b8938e94d416773dd671f7148cc77)
*  doc, examples: more exmples, updated Docs [View](https://github.com/esatterwhite/node-seeli/commit/d4dac02272f35e1d31568c094df5c4c0611bc3f2)
*  lint: no functional changes [View](https://github.com/esatterwhite/node-seeli/commit/e74cb96331aaea89fd12b93ae19b78473b9c1b89)
*  test: add hook for constructor event handlers [View](https://github.com/esatterwhite/node-seeli/commit/17db092eaa81588530e3b4f63b38077465613d96)
*  usage, from: constrain flag descriptions to 80 cols max [View](https://github.com/esatterwhite/node-seeli/commit/1a441fa1569b45a7d3d9f987e5780ddd285a8762)
*  deps: string-width@2.1.1 [View](https://github.com/esatterwhite/node-seeli/commit/c69a20cc5276f559d1cadc68d3fd87b267afd3ae)
*  test: use rendered fixtrues for output tests [View](https://github.com/esatterwhite/node-seeli/commit/0deefb63e9999499254eab6b2393b6ede3ea60c1)
*  exmples: clean up the examples dir [View](https://github.com/esatterwhite/node-seeli/commit/f7afea359a83562aa9caada64ea7170112d48499)
*  8.0.0-0 [View](https://github.com/esatterwhite/node-seeli/commit/4cac14d6e388ee81140b5b69beda76f2cc53ee87)
*  doc, command: update command example in jsdoc [View](https://github.com/esatterwhite/node-seeli/commit/f28314602a602ab99b01f9edc4e330574340e537)
*  seeli: only strings returned from `run` are written to stdout [View](https://github.com/esatterwhite/node-seeli/commit/67af6fd3f31d1a2a0f059afea2c2350ef8f89b93)
*  examples: fix up example hello command [View](https://github.com/esatterwhite/node-seeli/commit/0b930a466a4922ac15328bb9cd7aa4b668c1b0ff)
*  test: use content event to get content instead of monkeypatching console [View](https://github.com/esatterwhite/node-seeli/commit/e06787735a7c85bd78e3eb6a2a4b20b031956f26)
*  command: fixes auto even handler bugs [View](https://github.com/esatterwhite/node-seeli/commit/589e83e16c6c0bf0964989c72ac2af7874c2a5ab)
*  examples: adding some additional commands for the example [View](https://github.com/esatterwhite/node-seeli/commit/fa0e1183629d7da1611da2cf6e064f7f39f91407)
*  usage, from: generate a new ui instance on each call. [View](https://github.com/esatterwhite/node-seeli/commit/1c3adba752fab01bfc4125353a1a8e53b4912882)
*  command: prettify nested flags for interactive mode [View](https://github.com/esatterwhite/node-seeli/commit/4eb0c082fba013a42d796e749fea34a49429868d)
*  ci: disable node v6 [View](https://github.com/esatterwhite/node-seeli/commit/34141c68f83ad3886da65b55722c13e2599df8ad)
*  command, usage: better formatting on help output [View](https://github.com/esatterwhite/node-seeli/commit/d732cf6cd77fa7f4335b6ce9875e4ad9ee3f7a53)
*  deps: cliui@4.0.0 [View](https://github.com/esatterwhite/node-seeli/commit/90a58ae1ca62ca99e3b9d18f53e407ddecf8aaae)
*  command: emit content in non-interactive mode [View](https://github.com/esatterwhite/node-seeli/commit/0c0293dce2ff7e651b02393a7855a5b0dcfc4f53)
*  command: include an instance of ora [View](https://github.com/esatterwhite/node-seeli/commit/8b41ff6133c2961c8e1ce2703bd46cb0ec5af568)
*  deps: ora@1.3.0 [View](https://github.com/esatterwhite/node-seeli/commit/3ee172db1996f454b67ff3f4c36338ba7860de44)
*  command: expose a propmt function a debug helper [View](https://github.com/esatterwhite/node-seeli/commit/d801af2f493dec681def6d2205fe98aa024e021f)
*  replace callbacks and continuations with promises and async await [View](https://github.com/esatterwhite/node-seeli/commit/a1dd61af7cd03b4124e14893c3292477667d1cb6)
*  8.0.0-0 [View](https://github.com/esatterwhite/node-seeli/commit/bd72638f6c0b115c66094fea5f4d8fe670c1356f)
*  doc, command: update command example in jsdoc [View](https://github.com/esatterwhite/node-seeli/commit/98c156d1696b7fc5edab90312c54e27fcc1ce451)
*  seeli: only strings returned from `run` are written to stdout [View](https://github.com/esatterwhite/node-seeli/commit/be8d1bbdd274819f61a81c2ab213a3a433264986)
*  examples: fix up example hello command [View](https://github.com/esatterwhite/node-seeli/commit/faa68a1e967ee5878f2e0f559c36a33ad5e7438a)
*  test: use content event to get content instead of monkeypatching console [View](https://github.com/esatterwhite/node-seeli/commit/8ee6f0e68f0b086711cba4b50c0cb60bfcd027d4)
*  command: fixes auto even handler bugs [View](https://github.com/esatterwhite/node-seeli/commit/66e5e33d4d9f6d85d4cb8063cb82fd61d76c4e21)
*  examples: adding some additional commands for the example [View](https://github.com/esatterwhite/node-seeli/commit/14b9f4310b8e5161f7adfbf5a33a1d23c03e089a)
*  usage, from: generate a new ui instance on each call. [View](https://github.com/esatterwhite/node-seeli/commit/4ba39609ae75c89052fa800b392595c620b6a834)
*  command: prettify nested flags for interactive mode [View](https://github.com/esatterwhite/node-seeli/commit/ff5e71fc3a0417d3523f72c5890916ba25b687f5)
*  ci: disable node v6 [View](https://github.com/esatterwhite/node-seeli/commit/49204b208a90eb53c1d29480f72dbfe25fc6a2c1)
*  command, usage: better formatting on help output [View](https://github.com/esatterwhite/node-seeli/commit/df07289270407fd10d657cc26e296be58ade9dcb)
*  deps: cliui@4.0.0 [View](https://github.com/esatterwhite/node-seeli/commit/3e07ad588c7773b84084d35e8c027017488dfd03)
*  command: emit content in non-interactive mode [View](https://github.com/esatterwhite/node-seeli/commit/75a037fcb88e07b86b3fef905c2043d19fc067ad)
*  command: include an instance of ora [View](https://github.com/esatterwhite/node-seeli/commit/389b7a677bdde40cb4b16fc0f004bc5fe32a50c2)
*  deps: ora@1.3.0 [View](https://github.com/esatterwhite/node-seeli/commit/17e92a742cf93f9e346cc4a6931f29eb7e246cdc)
*  command: expose a propmt function a debug helper [View](https://github.com/esatterwhite/node-seeli/commit/0314a3f6e4670a00e79d72cdb00df772bf7f0f8a)
*  replace callbacks and continuations with promises and async await [View](https://github.com/esatterwhite/node-seeli/commit/9f6ffd8a51c15caea3d19a0055b2b64575ef2612)


## v8.0.0-0 (2017-12-26)

*  8.0.0-0 [View](https://github.com/esatterwhite/node-seeli/commit/bd72638f6c0b115c66094fea5f4d8fe670c1356f)
*  doc, command: update command example in jsdoc [View](https://github.com/esatterwhite/node-seeli/commit/98c156d1696b7fc5edab90312c54e27fcc1ce451)
*  seeli: only strings returned from `run` are written to stdout [View](https://github.com/esatterwhite/node-seeli/commit/be8d1bbdd274819f61a81c2ab213a3a433264986)
*  examples: fix up example hello command [View](https://github.com/esatterwhite/node-seeli/commit/faa68a1e967ee5878f2e0f559c36a33ad5e7438a)
*  test: use content event to get content instead of monkeypatching console [View](https://github.com/esatterwhite/node-seeli/commit/8ee6f0e68f0b086711cba4b50c0cb60bfcd027d4)
*  command: fixes auto even handler bugs [View](https://github.com/esatterwhite/node-seeli/commit/66e5e33d4d9f6d85d4cb8063cb82fd61d76c4e21)
*  examples: adding some additional commands for the example [View](https://github.com/esatterwhite/node-seeli/commit/14b9f4310b8e5161f7adfbf5a33a1d23c03e089a)
*  usage, from: generate a new ui instance on each call. [View](https://github.com/esatterwhite/node-seeli/commit/4ba39609ae75c89052fa800b392595c620b6a834)
*  command: prettify nested flags for interactive mode [View](https://github.com/esatterwhite/node-seeli/commit/ff5e71fc3a0417d3523f72c5890916ba25b687f5)
*  ci: disable node v6 [View](https://github.com/esatterwhite/node-seeli/commit/49204b208a90eb53c1d29480f72dbfe25fc6a2c1)
*  command, usage: better formatting on help output [View](https://github.com/esatterwhite/node-seeli/commit/df07289270407fd10d657cc26e296be58ade9dcb)
*  deps: cliui@4.0.0 [View](https://github.com/esatterwhite/node-seeli/commit/3e07ad588c7773b84084d35e8c027017488dfd03)
*  command: emit content in non-interactive mode [View](https://github.com/esatterwhite/node-seeli/commit/75a037fcb88e07b86b3fef905c2043d19fc067ad)
*  command: include an instance of ora [View](https://github.com/esatterwhite/node-seeli/commit/389b7a677bdde40cb4b16fc0f004bc5fe32a50c2)
*  deps: ora@1.3.0 [View](https://github.com/esatterwhite/node-seeli/commit/17e92a742cf93f9e346cc4a6931f29eb7e246cdc)
*  command: expose a propmt function a debug helper [View](https://github.com/esatterwhite/node-seeli/commit/0314a3f6e4670a00e79d72cdb00df772bf7f0f8a)
*  replace callbacks and continuations with promises and async await [View](https://github.com/esatterwhite/node-seeli/commit/9f6ffd8a51c15caea3d19a0055b2b64575ef2612)


## v7.0.0 (2017-12-16)

*  7.0.0 [View](https://github.com/esatterwhite/node-seeli/commit/69a5234c217b66cddbad1a86b8ac3e69bdc2ed70)
*  lint: remove unuse vars [View](https://github.com/esatterwhite/node-seeli/commit/cc97450c3e534e88734f3dc8ffd7ab907c7b3ac6)
*  doc: update read me with new config options [View](https://github.com/esatterwhite/node-seeli/commit/604623e700f1a289c9945feb14241f2ddc5143d9)
*  command: inject an invalid handler on run to catch type errors [View](https://github.com/esatterwhite/node-seeli/commit/a72974ca5c8f32d2af5a4e44b1cf68abd91424df)
*  command: pass answers back to interactive questions [View](https://github.com/esatterwhite/node-seeli/commit/765c4f256297e3863f0e9b73f62b6c3c0a2e6e7d)
*  command: fix interactive validation function [View](https://github.com/esatterwhite/node-seeli/commit/fce88c1c34cfbd50b6027ead48a68b763267f920)
*  type-of: fixes type resolution for functions [View](https://github.com/esatterwhite/node-seeli/commit/7cb3fc8ca01e7ab1e4797c6717e449e70f62c173)
*  registry: delete existing commands on reset [View](https://github.com/esatterwhite/node-seeli/commit/5a3c38d8337e2501f9cd33b758bd1592f100341d)
*  usage, command move object helpers to lang [View](https://github.com/esatterwhite/node-seeli/commit/c9902249ec91e342425f5191f9a6abbf6a4e6976)
*  use callbacks for default behavior instead of events [View](https://github.com/esatterwhite/node-seeli/commit/29d98ac931c34ce16f8a922b0927a8676049461a)


## v6.0.3 (2017-12-09)

*  6.0.3 [View](https://github.com/esatterwhite/node-seeli/commit/df91cac5c16b01df77ce8522a445fd57438d3320)
*  helpers: add chalk noop fallback [View](https://github.com/esatterwhite/node-seeli/commit/957fb8720fb9705e0a874e3ef08495ac4b66ea37)


## v6.0.2 (2017-11-24)

*  6.0.2 [View](https://github.com/esatterwhite/node-seeli/commit/044f79636b6e0507b8e05204fa39316f30f21c0f)
*  command: set nested flags in interactive mode [View](https://github.com/esatterwhite/node-seeli/commit/8c23a51ab3c843a501d82052663088da30343c2b)


## v6.0.1 (2017-11-22)

*  6.0.1 [View](https://github.com/esatterwhite/node-seeli/commit/9d7c3b0e86e2dbf955b59d9f43976ea7ad7112c0)
*  update title gif [View](https://github.com/esatterwhite/node-seeli/commit/45abc427c3988320831858c80ec8f314c10a88fa)
*  doc: update docs with latest version [View](https://github.com/esatterwhite/node-seeli/commit/91f47e5481f4dd3e07ee08daa098fdb7e47d65a0)
*  test: remove flaky test [View](https://github.com/esatterwhite/node-seeli/commit/1b2030179fe24ac2967b76d9d1fa985d3bd9d583)
*  doc: Update Readme and demo gif [View](https://github.com/esatterwhite/node-seeli/commit/73e23fbd2277a760a6c8e6b21dca09c11b4e036a)
*  object: remove key-for. Not used [View](https://github.com/esatterwhite/node-seeli/commit/429248faf2ee08b79f99ba2b09017e8950be0656)
*  doc: update readme with nested docs [View](https://github.com/esatterwhite/node-seeli/commit/8516988517100a85aa79bf7b7848b31b241b21fd)


## v6.0.0 (2017-11-20)

*  6.0.0 [View](https://github.com/esatterwhite/node-seeli/commit/bdc50dac234334bcc6d694f9a00bdac49edabd6d)
*  [BREAKING] seeli, conf: exitOnError is a config option instead of a prop [View](https://github.com/esatterwhite/node-seeli/commit/3979f5f28efc1b7f16a72feec8c856a264446fce)
*  command: argv resolves nested flags [View](https://github.com/esatterwhite/node-seeli/commit/dddb5ce8e18a3cdd6d6eed9a6a18f243ad912bdd)
*  object: object functions for dealing with nested keys [View](https://github.com/esatterwhite/node-seeli/commit/0f47ba6fef548993b36bddd321dc64c9461e89f3)
*  deps: inquirer@4.0.0 [View](https://github.com/esatterwhite/node-seeli/commit/1c2121645a663c8c8d31a5074714fd0aaee6c0b8)
*  deps: debug@3.1.0 [View](https://github.com/esatterwhite/node-seeli/commit/8425665462b85c3a39e77ee012c01364efd2a0d4)
*  pkg: lock file [View](https://github.com/esatterwhite/node-seeli/commit/7572a13acdbff9e82b9c235bedae17db2f3fb15f)


## v5.0.0 (2017-09-25)

*  5.0.0 [View](https://github.com/esatterwhite/node-seeli/commit/4d5af69dec549f78cf3e5bc79180b976be155826)
*  lib: linting [View](https://github.com/esatterwhite/node-seeli/commit/310c4c37aaa3b6446a817a385ca42bcf03532cb4)
*  command: Adds strict option on command instance [View](https://github.com/esatterwhite/node-seeli/commit/1c4d01046d2eb5d329b10e9e7debae64be9c055f)
*  test: replace moca tests with tap [View](https://github.com/esatterwhite/node-seeli/commit/f2a2d3d0d4da17e892d01abc38c9ff1f463893d1)
*  command: replace chalk.stripColors with strip ansi pkg [View](https://github.com/esatterwhite/node-seeli/commit/eb5aa4d32e204c29e46e9003a76ac5a2d97b1662)
*  deps: tap@10.7.2 [View](https://github.com/esatterwhite/node-seeli/commit/1d480f7d905e8f2c2e9e9bd8c247863ce9b87af2)
*  dep: stip-ansi@4.0.0 [View](https://github.com/esatterwhite/node-seeli/commit/830fde8895da9ac8daf460de543a614f388229ef)
*  dep: chalk@2.1.0 [View](https://github.com/esatterwhite/node-seeli/commit/2f6a1072c6db9416350830ef72bed8cec6379a1a)
*  pkg: remove the bundled deps declaration. [View](https://github.com/esatterwhite/node-seeli/commit/20543c837942c0f31edb62024c6e492848d36568)
*  lib: some general clean ups [View](https://github.com/esatterwhite/node-seeli/commit/2025b0e190dbb7091a5a579fdb7acee2ff73e806)
*  whitespace and help format fixes [View](https://github.com/esatterwhite/node-seeli/commit/d2b8440d3d57e28b0e75b70e07f8bb6c624ae2e2)


## v4.0.0 (2017-03-19)

*  4.0.0 [View](https://github.com/esatterwhite/node-seeli/commit/3f24d4e2125ed2bc4d5023d33996760151dda459)
*  deps: update ourdated packages [View](https://github.com/esatterwhite/node-seeli/commit/8d627b2b87b99c67bc01f055485b09c8d7a58bc3)
*  command: execute each question individually [View](https://github.com/esatterwhite/node-seeli/commit/1bfd33a89c6a578761ec2defb5a43849dbeb1056)
*  deps: update outdated packages [View](https://github.com/esatterwhite/node-seeli/commit/1908aebf692ef1a3cd5796f6bb3990cecddc09ca)
*  build: test on node v6 and v7 [View](https://github.com/esatterwhite/node-seeli/commit/104dcd5a6ef1ac7b503a1ab6e432a627129cda99)
*  lib: retabbing [View](https://github.com/esatterwhite/node-seeli/commit/0918d658650daae3387d51c2afae137d2b0deafe)
*  ignore .save files [View](https://github.com/esatterwhite/node-seeli/commit/4bf2bf099f97a3d929ac82cb91d1b52f7026ee8d)


## v3.0.1 (2016-10-08)

*  3.0.1 [View](https://github.com/esatterwhite/node-seeli/commit/16a304b6194873172881e7324bfa2316afe78bc2)
*  make sure to pass the data to the interactive run [View](https://github.com/esatterwhite/node-seeli/commit/49cab1ddb43ed07d95581529bb40117c1c429c82)
*  linting, doc fixes [View](https://github.com/esatterwhite/node-seeli/commit/31c2f6f2725ec09361d41b5665f220bb3f5e4b6b)
*  remove the util dep from command.js [View](https://github.com/esatterwhite/node-seeli/commit/a4e75cf93916ec56868733056be2938a75a069d0)


## v3.0.0 (2016-09-25)

*  3.0.0 [View](https://github.com/esatterwhite/node-seeli/commit/35c4aa2a5062c65bd9dc533417e4356d21af1030)
*  fixing some module docs [View](https://github.com/esatterwhite/node-seeli/commit/c3c8109ecf325831a2c6c639161ea23cf6a4959d)
*  fix up the command test file [View](https://github.com/esatterwhite/node-seeli/commit/b54e3a0d3744c454ff4f459a212dfeaa76329760)
*  remove prime from bundleddependencies [View](https://github.com/esatterwhite/node-seeli/commit/1e0129d89230f7ab9371a9cebc792168924d6d87)
*  fix some module docs in entry point [View](https://github.com/esatterwhite/node-seeli/commit/5d04362237120ebdc8f667a2f6c307dbd83bf30a)
*  removing references to prime in entrypoint [View](https://github.com/esatterwhite/node-seeli/commit/8a6efa8733eb13fdee54329d9d7242295a689eb1)
*  updating some docs in command module [View](https://github.com/esatterwhite/node-seeli/commit/c7ac2b4b171769325440c27e907dd5c110019451)
*  remove the prim dep [View](https://github.com/esatterwhite/node-seeli/commit/445346a7ec5486709fea153665446631d140bddb)
*  including a syntax legend in help output [View](https://github.com/esatterwhite/node-seeli/commit/ba4198291baee5ae9ca7a47a0a58530e3d5c4540)
*  make sure domain is loaded first... [View](https://github.com/esatterwhite/node-seeli/commit/05b577cbd6d1d8085078af5dd936a23d954aeadf)
*  make sure to add command to domain [View](https://github.com/esatterwhite/node-seeli/commit/69d45101936b7a8ddeef18759caf89bffa5b3b4d)
*  break the domain object into separate module [View](https://github.com/esatterwhite/node-seeli/commit/008969eef0cffb5fc0fcf995a6be0d1164613ec5)
*  replace string formats with string templates [View](https://github.com/esatterwhite/node-seeli/commit/c31b104200811dc54f6ad045c050325a1fc7fec9)
*  validate and dispatch for interactive [View](https://github.com/esatterwhite/node-seeli/commit/9c6b77f2f79c716026cc6a0d8536d62014fd2bb0)
*  linting helpers [View](https://github.com/esatterwhite/node-seeli/commit/bf27673adbdc53740c4b5379d1c61ad45c20fbf8)
*  linting lib/command.js [View](https://github.com/esatterwhite/node-seeli/commit/af8f957460503dc37a597ae3bceb98a52a8e0fb5)
*  remove the option mixin class [View](https://github.com/esatterwhite/node-seeli/commit/2776378e7eb543185b290df5a4ca032df0ebd651)
*  include error message in helper command error [View](https://github.com/esatterwhite/node-seeli/commit/52bb595f1d1cc823bc128e43d71c6cf1d60fe13e)
*  bump node requirment to 6 [View](https://github.com/esatterwhite/node-seeli/commit/f675807400c0b6ebe33ca8b6ad7786cb8508651e)
*  reassign url / path after merge for nopt [View](https://github.com/esatterwhite/node-seeli/commit/50722e3faff2e11b56fbd2821979c9106a0b6dd7)
*  update some tests for inheritance [View](https://github.com/esatterwhite/node-seeli/commit/5625a3e69c18233f766426ca9667291f73b66e27)
*  fixin up options handeling and simplify loops [View](https://github.com/esatterwhite/node-seeli/commit/3f725b326283657d8e4e7cea2c1fcb6a38f0a99b)
*  rework the command to use es6 class [View](https://github.com/esatterwhite/node-seeli/commit/6d008563798bd5865bd70bf424fe20c5462af7f4)
*  fixing a missing variable declaration [View](https://github.com/esatterwhite/node-seeli/commit/478bc1489cf5169518cce4f1d19a1215ac33bee5)
*  linting [View](https://github.com/esatterwhite/node-seeli/commit/379f9458061eb740a21acd104e90250a1dddffaa)


## v2.3.1 (2016-06-29)

*  2.3.1 [View](https://github.com/esatterwhite/node-seeli/commit/8cd15550b39e49ae26841d3ebd6b307977e15e7a)
*  Use clone package over mout deepclone [View](https://github.com/esatterwhite/node-seeli/commit/c60fde1a4313b8facd030d63227e0c95a845d101)
*  fixing formatting error in the README [View](https://github.com/esatterwhite/node-seeli/commit/8f689e3414c3a42a4775f91722d41d75c2dc48f0)


## v2.3.0 (2016-06-28)

*  2.3.0 [View](https://github.com/esatterwhite/node-seeli/commit/16d74ce3a56c0217a14e6c336acfd3cc0bb91a55)
*  include the mask flag option in readme [View](https://github.com/esatterwhite/node-seeli/commit/be16228deb4feb457b5aa1fd3c6e6ec824bf81e1)
*  Switch options module back to using merge [View](https://github.com/esatterwhite/node-seeli/commit/1bb6ee4ddc0f662552e4ec85a94ada65f8af4eff)
*  add a mask and url input flag for interactive mode [View](https://github.com/esatterwhite/node-seeli/commit/f9da1d9ef5a18e3974a9d46d2337398d6c937abb)
*  Add flag option `mask` to allow for password field types [View](https://github.com/esatterwhite/node-seeli/commit/b41db3ae8f6d7420e4740e5aa7bc1be499b5fb69)
*  use deep mixin over shallow to include exiting options [View](https://github.com/esatterwhite/node-seeli/commit/f63bf4a628b84fbcd98864bd5c98bc08b857e456)
*  bumping inquirer package to 1.1 [View](https://github.com/esatterwhite/node-seeli/commit/83ccb8298d439efa80db3f5e9a96da26b7104bfe)


## v2.2.1 (2016-06-27)

*  2.2.1 [View](https://github.com/esatterwhite/node-seeli/commit/7f81e7d5b428fecdd715b8eec30038ddd92a304c)
*  Converting tabs to spaces in README [View](https://github.com/esatterwhite/node-seeli/commit/88dff9f832be39609a53a2c962b583cbebcd1778)
*  adding tests around alias funcationality [View](https://github.com/esatterwhite/node-seeli/commit/173fcb2f91ccdb4da4cc49a72a1f020718d20881)
*  include a setting for command props soe we can unset them [View](https://github.com/esatterwhite/node-seeli/commit/4b65af149de6432d7cc17ec790dff6e494dcc9ac)
*  including the debug package [View](https://github.com/esatterwhite/node-seeli/commit/73a43838fd4945ba860d2c801945135563a9d8ff)
*  Fix up the alias functionality [View](https://github.com/esatterwhite/node-seeli/commit/baf62f353b1a1f5bb9c04af587f5ee803227c760)
*  including additional version in travis build [View](https://github.com/esatterwhite/node-seeli/commit/630c54abfe4b1711dd51a5b7bfaf26c6053cbfad)


## v2.2.0 (2016-06-20)

*  2.2.0 [View](https://github.com/esatterwhite/node-seeli/commit/0d90c037bddf2c89a027e16c8e17b7e8d4e72e35)
*  fixing some module docs [View](https://github.com/esatterwhite/node-seeli/commit/6ed9f89c75771ee48d57024cae8c37b5ab23076d)
*  Adding some simple tests for top level config functionality [View](https://github.com/esatterwhite/node-seeli/commit/d05191205fcc8a6e4259ac9105afc3d01475d33c)
*  Update Readme with additional config options [View](https://github.com/esatterwhite/node-seeli/commit/d1b9a1e205841f7b3da308c2426921a4f21bb388)
*  Load the help command from a configurable path / module [View](https://github.com/esatterwhite/node-seeli/commit/8098b73f719a3dff00b8d19f76deaf82972338b5)
*  moving the inline help generator to a module function [View](https://github.com/esatterwhite/node-seeli/commit/e051d6d126cdfe012f2d133deaa6ff9b06ff3aba)


## v2.1.0 (2016-06-18)

*  2.1.0 [View](https://github.com/esatterwhite/node-seeli/commit/61043f3191527e268333c7c3c163c78c98f97933)
*  remove a console statement [View](https://github.com/esatterwhite/node-seeli/commit/bceac808247fbbbf0d13a3e39ff25afd5561b605)
*  include a url flag in the example command [View](https://github.com/esatterwhite/node-seeli/commit/7dfc5bc5151ee6e8cad4503f28fc85d13075d189)
*  Adding better help parsing for url and path [View](https://github.com/esatterwhite/node-seeli/commit/00fcee1da68ba80ad55231e256a07dbe352eb82b)
*  Use mixin instead of merge for options [View](https://github.com/esatterwhite/node-seeli/commit/aa18f2057b60178dc5bf2377f932d3c3e0d202cc)
*  better type handling. [View](https://github.com/esatterwhite/node-seeli/commit/4abc2b4bf258230b595f2ba79f5b81c4a495fcbc)


## v2.0.1 (2016-05-18)

*  2.0.1 [View](https://github.com/esatterwhite/node-seeli/commit/4c9ea47c4c77a4472a2fcabf6d442a8f187fb1f2)
*  bump version of mout [View](https://github.com/esatterwhite/node-seeli/commit/f39e405cbf9840cd1f8b5cb63b387a9eaa8596f4)
*  Allow for null / empty content [View](https://github.com/esatterwhite/node-seeli/commit/8c61467cfb209cf73947cf87008e40e2d7967d9c)


## v2.0.0 (2015-12-28)

*  2.0.0 [View](https://github.com/esatterwhite/node-seeli/commit/97961e6c8ff854b50c65542891c03954231ff0b5)
*  validate should check all of the flags, not just required [View](https://github.com/esatterwhite/node-seeli/commit/c135e81dbc32b44211c753318da35164cc0b4db8)
*  include the directive command to the inquirere methods [View](https://github.com/esatterwhite/node-seeli/commit/60b766732c34831576b9c8291783f19fe55af01a)


## v1.0.1 (2015-11-21)

*  1.0.1 [View](https://github.com/esatterwhite/node-seeli/commit/ab68bd168aa3b46cd11ffcff13a76b8dd226c194)
*  allow directive to be passed though interactive mode [View](https://github.com/esatterwhite/node-seeli/commit/a497df1bd7f203490f37973f7587ef1903d23506)


## v1.0.0 (2015-11-21)

*  1.0.0 [View](https://github.com/esatterwhite/node-seeli/commit/64c66a4d85dbe8d0bde03e307c23d8b2d1218cbb)
*  fix the stop flag condition logic [View](https://github.com/esatterwhite/node-seeli/commit/5012744ae227dadcc93e83cc4cc49fb42914dda6)
*  fixing contributors block in package [View](https://github.com/esatterwhite/node-seeli/commit/bb7c79e31215d749725e7f398b207fa771d5fe6d)


## v0.4.3 (2015-10-30)

*  0.4.3 [View](https://github.com/esatterwhite/node-seeli/commit/69c5ac46144f894b7f34aabd72d0f8c5cea1561f)
*  Fixes #4 [View](https://github.com/esatterwhite/node-seeli/commit/de841476d4d621500768eb930131999994aaabf0)


## v0.4.2 (2015-10-22)

*  0.4.2 [View](https://github.com/esatterwhite/node-seeli/commit/4e94c05b615268e1b8825dcf1d475ac07f4e4872)
*  adding dploeger as a contributor [View](https://github.com/esatterwhite/node-seeli/commit/8a7141c6bf548d5bac922eb9ce651dba164710b0)
*  Rewrote to use conf.name [View](https://github.com/esatterwhite/node-seeli/commit/09f266020272451dea468c2afe717adb70b0be9f)
*  Replaced whitespace with tab to comply with convention [View](https://github.com/esatterwhite/node-seeli/commit/c3901c1ba5fd1e30321774fdf8f193365a678929)
*  Uses script name instead of 'seeli'. Fixes #1 [View](https://github.com/esatterwhite/node-seeli/commit/b336e9bc185a33ebd1fadeda75bf356498f5d820)
*  [NOISSUE] Code quality badge [View](https://github.com/esatterwhite/node-seeli/commit/27fe92fe0ebe0ac6f0dfce58061be4e3878415c7)
*  [NOISSUE] White space fix [View](https://github.com/esatterwhite/node-seeli/commit/44d9c62a0af973780cdbb094c24ce9ecfbe2cd99)
*  More Linting; [View](https://github.com/esatterwhite/node-seeli/commit/2e7d6d0719695efbc290a1394a7bbaa1745e133c)
*  linting. [View](https://github.com/esatterwhite/node-seeli/commit/69c48b3332e25d45c7e45b3be81f8b712343f7e6)


## v0.4.1 (2015-07-16)

*  0.4.1 [View](https://github.com/esatterwhite/node-seeli/commit/748fbd503bfc0c38b95a2f62225cf6cfd4496ef1)
*  make sure command usage uses configured colors [View](https://github.com/esatterwhite/node-seeli/commit/6de76acdb7dd69e4a6b9431aa5f012ff34c6f91e)


## v0.4.0 (2015-07-16)

*  0.4.0 [View](https://github.com/esatterwhite/node-seeli/commit/6e3da7921d66a94b5470773c9d1d8737f1525c0b)
*  update the Readme [View](https://github.com/esatterwhite/node-seeli/commit/35bfbf2ca6cf2c6e55c0e43c7a14f061c67a0d90)
*  Add ability to set the color of the help text bits. [View](https://github.com/esatterwhite/node-seeli/commit/aae3890ba8480af3bf4c239bc31d462b49fc13aa)
*  add a space to interactive flag separator. [View](https://github.com/esatterwhite/node-seeli/commit/3d37cb2040f34d074c5a29342d1020d558fd1e0b)


## v0.3.13 (2015-07-15)

*  0.3.13 [View](https://github.com/esatterwhite/node-seeli/commit/72b02bb649fa1935bcea576c2bc2361f01f59a56)
*  updating outdated deps [View](https://github.com/esatterwhite/node-seeli/commit/0d6e01ee634048824958fd6c92e54afe8cc34d55)


## v0.3.12 (2015-06-23)

*  0.3.12 [View](https://github.com/esatterwhite/node-seeli/commit/da57bdf2504550d32916fe69eb874ee84e10b4bd)
*  fixing some README typos [View](https://github.com/esatterwhite/node-seeli/commit/42c360ff0d08a8c5a4ad4841e0963c62bd828e66)


## v0.3.11 (2015-06-04)

*  0.3.11 [View](https://github.com/esatterwhite/node-seeli/commit/a707a67bb06e3e25af515fea7efddc4a6c182fa3)
*  update the validate flag option to work in non interactive mode. [View](https://github.com/esatterwhite/node-seeli/commit/7559be5b5c399ebd0f9df3990b1018bdd09c7987)
*  Honor exitOnError and capture stack trace from exceptions. [View](https://github.com/esatterwhite/node-seeli/commit/c6d60d4e5aeaaa368f22b6f3f40d0d8b9f5c679c)
*  fixing typo in README example [View](https://github.com/esatterwhite/node-seeli/commit/2d087dbf5c39da92e3d5083515a48ac67b03334e)


## v0.3.10 (2015-04-12)

*  0.3.10 [View](https://github.com/esatterwhite/node-seeli/commit/4dc4439f2dc1e45b7190247525d3bde8aba1a0a2)
*  updating chalk dep. [View](https://github.com/esatterwhite/node-seeli/commit/4b91e27a4b850d82e4e2e3a153989409b09fee3a)
*  typos in README [View](https://github.com/esatterwhite/node-seeli/commit/3a03c6c39c36babff04b5fb86144ef4d58bc314a)


## v0.3.9 (2015-04-11)

*  0.3.9 [View](https://github.com/esatterwhite/node-seeli/commit/0fd2737cfcec4de1014fe64cabb014a9977c2be5)
*  updating documentation to be a bit more accurate. [View](https://github.com/esatterwhite/node-seeli/commit/8c608219eee7b2719daa426a207dc22f464fc99f)
*  0.3.8 [View](https://github.com/esatterwhite/node-seeli/commit/11d60dda4acd3e216a8fdb2a3d54c0dfd681cb0d)


## v0.3.8 (2014-12-30)

*  0.3.8 [View](https://github.com/esatterwhite/node-seeli/commit/11d60dda4acd3e216a8fdb2a3d54c0dfd681cb0d)
*  fix filter logic for inquirer. [View](https://github.com/esatterwhite/node-seeli/commit/fa2fd87771c3888b859b0223daf34a4b17bf72de)


## v0.3.7 (2014-12-30)

*  0.3.7 [View](https://github.com/esatterwhite/node-seeli/commit/b44baecebf141b37af07bcd15e14512d8e92aa3c)
*  Remove semver from bundled deps. [View](https://github.com/esatterwhite/node-seeli/commit/ac7522992d09863bd824cd7e53b3693821b20709)
*  Reset method should clear args as well. [View](https://github.com/esatterwhite/node-seeli/commit/f6ba6352f87a24f207c996cb440f389a8a5914eb)


## v0.3.6 (2014-12-11)

*  0.3.6 [View](https://github.com/esatterwhite/node-seeli/commit/1590e4c74b2bef29b8f0f51ea37f9cf8485caee2)
*  updating dependancies [View](https://github.com/esatterwhite/node-seeli/commit/5b304210dfd638daf9b3892148ecac01901ade67)


## v0.3.5 (2014-10-06)

*  0.3.5 [View](https://github.com/esatterwhite/node-seeli/commit/c2b777f9edfd7caec560fb91b6a9fdfc223f5ffd)
*  test for Directive passing on commands [View](https://github.com/esatterwhite/node-seeli/commit/b8fbc0e122003d25689e9134def378e0c39ace58)
*  allowing a directive to be passed into the run function for user processing [View](https://github.com/esatterwhite/node-seeli/commit/67fb795f1620e8f6b8c78c4106acbad5541c7a57)


## v0.3.4 (2014-09-19)

*  0.3.4 [View](https://github.com/esatterwhite/node-seeli/commit/c380a3cf6bd51c1428281a1a56c02c267954e9ba)
*  clean up some things in the package.json [View](https://github.com/esatterwhite/node-seeli/commit/24340e786ef616e547159bc6cf12214b172f02e1)
*  interactive mode doesn't need two colons [View](https://github.com/esatterwhite/node-seeli/commit/0f296cf9fdb54887846aee9c9e075602c1f7bff0)
*  keep mocha as a dev dep [View](https://github.com/esatterwhite/node-seeli/commit/07c53c7ceeb8af7ddc45a538f0b0a670b3aee79d)
*  updating some more deps [View](https://github.com/esatterwhite/node-seeli/commit/1892f7c0150ad60ec2309e2ff05f3fbcd28f4d69)
*  updating mocha dep [View](https://github.com/esatterwhite/node-seeli/commit/d3d3aedf07f0bd530ace9cac6a318f90a6cd98c0)


## v0.3.3 (2014-08-27)

*  0.3.3 [View](https://github.com/esatterwhite/node-seeli/commit/f3b0f25d5fefb9d9a0f5e2351b0774d0fa362dc3)
*  store options in a private variable. [View](https://github.com/esatterwhite/node-seeli/commit/b5a52a167f44af2ecc3e1575954d6219e89d1eae)


## v0.3.2 (2014-08-27)

*  0.3.2 [View](https://github.com/esatterwhite/node-seeli/commit/d74e1c17e74c685f3cc4b3a959ac6d69a2d2a4e0)
*  need a way to set internal values for commands. [View](https://github.com/esatterwhite/node-seeli/commit/abb4310a24a26215af5368bd823a4689cfa7b305)
*  fix typo [View](https://github.com/esatterwhite/node-seeli/commit/2923a0cabda03046c8e0477ba1892cc0944f01bb)
*  fix the README [View](https://github.com/esatterwhite/node-seeli/commit/ecebe35ecd41bafe41e002d85f77a5da0147a4d1)


## v0.3.1 (2014-08-22)

*  0.3.1 [View](https://github.com/esatterwhite/node-seeli/commit/f31f68cbdfc2642448578f7e40a3e4491954403e)


## v0.3.0 (2014-08-22)

*  0.3.0 [View](https://github.com/esatterwhite/node-seeli/commit/e54e0a97e646bda548d2a9beacf2c7b77fbae5f8)
*  more property and error documentation [View](https://github.com/esatterwhite/node-seeli/commit/e448e26ca0229e10414a923ae32a7d45c2d95a1c)
*  internal unregister method [View](https://github.com/esatterwhite/node-seeli/commit/2b8b92ac9f06f0da8632055c660a29ede3082421)
*  clean up some of the readme [View](https://github.com/esatterwhite/node-seeli/commit/a89e53b6716fec58deb44658f32386042517a42c)
*  allowing for command aliasing [View](https://github.com/esatterwhite/node-seeli/commit/05fda1b147f7a1e58b9011f38f3aeecb1320c2c9)
*  unregister won't work. [View](https://github.com/esatterwhite/node-seeli/commit/3f89558ebe59fc9662dd636772bcba9e0b8f4248)
*  some tests around command subclassing [View](https://github.com/esatterwhite/node-seeli/commit/c06e86bf65b54c71cd13310f26449a4ef378f649)
*  fixing up some docs [View](https://github.com/esatterwhite/node-seeli/commit/590b3dbffc79aad7eec3b1bb7b0ec9fa41015d91)
*  white space fixing [View](https://github.com/esatterwhite/node-seeli/commit/269e292eecd51d33732150fa9b022089f96142a2)
*  starting some tests around the cli harness [View](https://github.com/esatterwhite/node-seeli/commit/830ea81feefbe22433b5dfc169c89dd34ec0a107)
*  remove a douple console write [View](https://github.com/esatterwhite/node-seeli/commit/ca4aee4c97666869f1d48099d154b53dd098a1e6)
*  add a required flag to example command [View](https://github.com/esatterwhite/node-seeli/commit/61fc9f6ea797ff4e7b56cd9942fa7539114cb39d)
*  Move the required flag validation to a class method [View](https://github.com/esatterwhite/node-seeli/commit/e4ae1c2d39f95b63042924f8dd848bf71b518f3a)
*  expose list from the top level cli [View](https://github.com/esatterwhite/node-seeli/commit/a0bb3879ad3ca5a50212f993eeff6c776eb9a7a1)
*  registy methods for unregister and supress process.exit [View](https://github.com/esatterwhite/node-seeli/commit/01ff637441f2fcf2c3be7fffdadd712996f0d4e8)
*  include deps badge [View](https://github.com/esatterwhite/node-seeli/commit/5e32ed26ffba4be4a0ed2b8139b167fef5ba37a6)
*  fix require path in example [View](https://github.com/esatterwhite/node-seeli/commit/9a03a95bea08a4442629e92ca7e568893110e69f)
*  build status link [View](https://github.com/esatterwhite/node-seeli/commit/ebbf9d080188b1e06b86b2f6b73ff7e0d29b55b5)
*  include link to domains in readme [View](https://github.com/esatterwhite/node-seeli/commit/8d02c52c2e5dccff8d0f18053269c1124e3ec6b9)
*  travis file [View](https://github.com/esatterwhite/node-seeli/commit/42726753d833f1a390e3e8b0ee418c32014ea849)


## v0.2.2 (2014-07-30)

*  0.2.2 [View](https://github.com/esatterwhite/node-seeli/commit/d0abdd8fbee1851eba6fdc604706a2eee5117577)
*  re-fix the image file [View](https://github.com/esatterwhite/node-seeli/commit/1b66fe543f9f3ad484b712e364b1ba894654ee20)


## v0.2.1 (2014-07-30)

*  0.2.1 [View](https://github.com/esatterwhite/node-seeli/commit/fba0a11f142c3af4e427c6103484df52e442eece)
*  fix image in readyme [View](https://github.com/esatterwhite/node-seeli/commit/5af6a25664499985b017ca674b3e9174ddf4a8d2)
*  ignore the assets folder from the install [View](https://github.com/esatterwhite/node-seeli/commit/b63560effaed73b4d3f5312471782f3b9e66e565)


## v0.2.0 (2014-07-30)

*  0.2.0 [View](https://github.com/esatterwhite/node-seeli/commit/15168abe8132b170c037a1d625e9be0e3716cd43)
*  tighten up the deployment package [View](https://github.com/esatterwhite/node-seeli/commit/e3685f5f457a029a9e1c617798b0830cb76f394b)
*  adding npmignore file [View](https://github.com/esatterwhite/node-seeli/commit/41f4e2c4033a17cb580dceb4bedfee8701a4c34d)
*  include the non optional deps in package [View](https://github.com/esatterwhite/node-seeli/commit/e47cca2e576d75609ca5821ce610c26610222aeb)
*  Allow for required fields [View](https://github.com/esatterwhite/node-seeli/commit/1eeedd746629036b9ee01b1e75461e36e2b68cda)
*  fix up the exmaple gif [View](https://github.com/esatterwhite/node-seeli/commit/953e72f5c07db096653b625f4db7dbcee3c1d5d1)
*  adding an example [View](https://github.com/esatterwhite/node-seeli/commit/ce6998672393ddd43b8acfd02f1e6047dbac7045)
*  fix up theflag options docs [View](https://github.com/esatterwhite/node-seeli/commit/b677739009dd96037b4ab90c7a2e4bf647836369)
*  change blue color to green. [View](https://github.com/esatterwhite/node-seeli/commit/16ed05e22d2ef04ba8e63a0d59c82904aff87639)
*  more docs and a sample image [View](https://github.com/esatterwhite/node-seeli/commit/8e3ebe10f4c1f9d021cc2209e0514ac1cd1fbb15)


## v0.1.1 (2014-07-29)

*  0.1.1 [View](https://github.com/esatterwhite/node-seeli/commit/a380d87b018f36b9986b665004a14d9f9b541e7e)
*  fixing the error output [View](https://github.com/esatterwhite/node-seeli/commit/0f6455ef4d12d5b0c7e77fe6b2865287a6768ab7)
*  linting [View](https://github.com/esatterwhite/node-seeli/commit/516b3cfa4128412de72e3f968b2dfe56d836e4af)
*  beefing up output styles [View](https://github.com/esatterwhite/node-seeli/commit/c6430ca6ec464cd3a42fa6c998a8bd76e4082c16)
