ember-cli/ember-cli

View on GitHub
lib/utilities/root-command.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
'use strict';

const Command = require('../models/command');

module.exports = Command.extend({
  isRoot: true,
  name: 'ember',

  anonymousOptions: ['<command (Default: help)>'],
});