/** * {{pkg.description}} * @module {{ pkg.name }} * @version {{ pkg.version }} */ 'use strict' const apemanDemoCmd = require('./apeman_demo_cmd') let lib = apemanDemoCmd.bind(this) Object.assign(lib, apemanDemoCmd, { apemanDemoCmd }) module.exports = lib