Add All Validators.

This commit is contained in:
Daniel Odendahl Jr
2017-03-25 07:05:13 +00:00
parent be79696113
commit a604110dfc
9 changed files with 35 additions and 12 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ module.exports = class MorseCommand extends commando.Command {
}
}, {
key: 'text',
prompt: 'What text would you like to convert to morse?',
prompt: 'What text would you like to convert to/from morse?',
type: 'string'
}]
});