UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

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)>', ], });