UNPKG

ember-introjs

Version:
13 lines (9 loc) 194 B
'use strict'; const Command = require('../models/command'); module.exports = Command.extend({ isRoot: true, name: 'ember', anonymousOptions: [ '<command (Default: help)>', ], });