Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1689)

Unified Diff: node_modules/vulcanize/node_modules/uglify-js/node_modules/optimist/readme.markdown

Issue 800513006: Added vulcanize under third_party/npm_modules (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
-
-[![yarrrrrrrgs!](http://i.imgur.com/4WFGVJ9.png)](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
============

Powered by Google App Engine
This is Rietveld 408576698