mirror of
https://github.com/zhigang1992/npm.git
synced 2026-06-10 07:09:59 +08:00
9 lines
136 B
JavaScript
9 lines
136 B
JavaScript
|
|
module.exports = faq
|
|
|
|
faq.usage = "npm faq"
|
|
|
|
var npm = require("./npm.js")
|
|
|
|
function faq (args, cb) { npm.commands.help(["faq"], cb) }
|