Skip to content
This repository was archived by the owner on Dec 17, 2018. It is now read-only.

Commit 4aeb5b9

Browse files
committed
Changed prompt when no command is given
1 parent 65f4b1b commit 4aeb5b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const getCommandName = (command) => {
6363
const askForCommand = () => {
6464
inquire([{
6565
name: 'command',
66-
question: 'What would you like to generate?'
66+
question: 'What would you like to do?'
6767
}])
6868
.then((answers) => main(answers[0].answer.split(/\s+/)));
6969
};

0 commit comments

Comments
 (0)