UNPKG

mz700-js

Version:
10 lines (9 loc) 231 B
"use strict"; var CliCommand = require("./command"); module.exports = new CliCommand("step", function(mz700, args) { var count = 1; if(args.length == 1) { count = parseInt(args[0]); } mz700.exec(count); });