usr/bin/env node var commander = require('commander'); commander.version('0.0.1') .command('rmdir <dir> [otherDirs...]') .action(function (dir, otherDirs) ...
確定! 回上一頁