UNPKG

mz700-js

Version:
6 lines (5 loc) 143 B
"use strict"; var CliCommand = require("./command"); module.exports = new CliCommand("stop", function(mz700/*, args*/) { mz700.stop(); });