UNPKG

ember-cli

Version:

Command line tool for developing ambitious ember.js apps

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