Index: node_modules/vulcanize/node_modules/uglify-js/node_modules/optimist/readme.markdown |
diff --git a/node_modules/karma/node_modules/optimist/readme.markdown b/node_modules/vulcanize/node_modules/uglify-js/node_modules/optimist/readme.markdown |
similarity index 93% |
copy from node_modules/karma/node_modules/optimist/readme.markdown |
copy to node_modules/vulcanize/node_modules/uglify-js/node_modules/optimist/readme.markdown |
index b74b43724e08f0e5d3e482e23ec93820ffbbb4b2..ad9d3fd68f57d9b83e3b1cfe955ac4c12013d407 100644 |
--- a/node_modules/karma/node_modules/optimist/readme.markdown |
+++ b/node_modules/vulcanize/node_modules/uglify-js/node_modules/optimist/readme.markdown |
@@ -1,16 +1,3 @@ |
-# DEPRECATION NOTICE |
- |
-I don't want to maintain this module anymore since I just use |
-[minimist](https://npmjs.org/package/minimist), the argument parsing engine, |
-directly instead nowadays. |
- |
-See [yargs](https://github.com/chevex/yargs) for the modern, pirate-themed |
-successor to optimist. |
- |
-[](https://github.com/chevex/yargs) |
- |
-You should also consider [nomnom](https://github.com/harthur/nomnom). |
- |
optimist |
======== |
@@ -478,19 +465,6 @@ This lets you organize arguments into nested objects. |
'$0': 'node ./examples/reflect.js', |
foo: { bar: { baz: 33 }, quux: 5 } } |
-short numbers |
-------------- |
- |
-Short numeric `head -n5` style argument work too: |
- |
- $ node reflect.js -n123 -m456 |
- { '3': true, |
- '6': true, |
- _: [], |
- '$0': 'node ./reflect.js', |
- n: 123, |
- m: 456 } |
- |
installation |
============ |