module gulp-shell ... function shell(commands, options) { commands = normalizeCommands(commands) ... Usage ```js const gulp = require('gulp') const shell ...
確定! 回上一頁