blob: 912db0072f21e1623db899553c39fa6822d4c878 [file] [log] [blame]
module.exports = faq
faq.usage = "npm faq"
var npm = require("./npm.js")
function faq (args, cb) { npm.commands.help(["faq"], cb) }