[server] remove unused module (#12694)

This commit is contained in:
Spencer 2017-07-06 16:44:45 -07:00 committed by GitHub
parent c1ef3d892f
commit 74b5b7a0e3

View file

@ -1,9 +0,0 @@
export default function (program) {
function isCommand(val) {
return typeof val === 'object' && val._name;
}
program.isCommandSpecified = function () {
return program.args.some(isCommand);
};
}