Nate Fischer
|
4c48631d74
|
refactor: create common.execPath (#636)
Switch to using common.execPath instead of process.execPath directly and warn
electron users if we were unable to find the correct path to NodeJS.
|
2017-01-08 13:52:39 -08:00 |
|
Nate Fischer
|
ac0ff873f1
|
refactor: add config.reset() and .resetForTesting() (#641)
Add .reset() and .resetForTesting() to shell.config and use .resetForTesting()
as a standard set-up for unit tests.
|
2017-01-07 22:40:38 -08:00 |
|
Brandon Freitag
|
7fa4b995bf
|
Finalize moving to ava (#630)
* Move ava-test/ directory to test/
* Remove unnecessary run-tests.js script
* Run only ava during npm test script
|
2016-12-20 11:27:02 -08:00 |
|
Nate Fischer
|
b0d00ea031
|
test: refactor set tests to AVA (#576)
|
2016-11-27 13:14:04 -08:00 |
|
Nate Fischer
|
2395214fee
|
chore: switch to eslint (#504)
* chore: switch to eslint
* fix: works on older versions of NodeJS now
* chore: fix curly braces
* chore: fix indents and remove jshint references
|
2016-08-07 12:16:29 -07:00 |
|
Nate Fischer
|
2e87f14c07
|
chore: update jshint and move it to an npm script (#454)
|
2016-06-07 16:57:42 -07:00 |
|
Nate Fischer
|
db20acebfb
|
Switch to process.execPath over 'node'
|
2016-03-10 17:06:32 -08:00 |
|
Nate Fischer
|
4b951ce4c6
|
refactor(cp): clean up code and fix #376
Fixes issue in #376. Simplifies the code, and slight perf win.
|
2016-03-05 17:54:17 -08:00 |
|
Nate Fischer
|
0166658597
|
fix(verbose): verbose-style logging is consistent
|
2016-02-16 21:11:31 -08:00 |
|
Nate Fischer
|
0da963b51f
|
Merge pull request #357 from jcoreio/master
config.fatal now throws an exception
|
2016-02-16 14:44:29 -08:00 |
|
Nate Fischer
|
e2f980e29d
|
feat(set): add -f option to disable shell globbing
|
2016-02-16 09:48:24 -08:00 |
|
Jason McLaurin
|
6bf7d77ecf
|
change config.fatal to throw an exception instead of terminating the node.js process
|
2016-02-16 11:19:25 -06:00 |
|
Nate Fischer
|
ca045ea4c5
|
feat(set): add new set() command
Add new set() command as a wrapper for `config` variables. This takes the `-e`,
`-v`, `+e`, and `+v` flags.
|
2016-01-31 20:17:37 -08:00 |
|