Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
revert theme name to optional (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Macdonald authored and Thomas Kelly committed Jul 28, 2017
1 parent b091044 commit f00b0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/slate-cli/src/commands/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {downloadFromUrl, unzip, startProcess, writePackageJsonSync} from '../uti

export default function(program) {
program
.command('theme <name>')
.command('theme [name]')
.alias('t')
.description('Generates a new theme directory containing Slate\'s theme boilerplate.')
.action(async function(name) {
Expand Down

0 comments on commit f00b0a8

Please sign in to comment.