UNPKG

mz700-js

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