Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-03-11 00:40:15 +0300
committerisaacs <i@izs.me>2010-03-11 00:40:15 +0300
commitba76c7928a50031fee913b058e276819515c111d (patch)
treed0677bbd5881c9c90c2f38876ff19183d76b365c /doc
parentc8a3a9ed7de8b7af8cf51f700ce4f4c3d06fda76 (diff)
Add a todo about abbrevs
Diffstat (limited to 'doc')
-rw-r--r--doc/cli.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/cli.md b/doc/cli.md
index a4a8e1d1e..a483f06dc 100644
--- a/doc/cli.md
+++ b/doc/cli.md
@@ -5,3 +5,5 @@ Update each function so that it takes an object bag of arguments. Update the cl
If something relevant is missing, then each command should provide a "help" menu that lists out what's important for that command. Doing `npm help foo` should also output the "foo" command documentation.
There needs to be a consistent pattern by which flags and other data is defined and named.
+
+Handle abbrevs. Cuz that's just the nice thing to do.