Accepts command with no parameter

This commit is contained in:
Cássio Zen
2016-07-07 12:04:19 -03:00
parent 238e671f4f
commit 923678d74f
4 changed files with 49 additions and 28 deletions

View File

@ -10,7 +10,8 @@ const commands = [
{ pattern: 'Create new FAQ item(:faqName as FAQ item name)' },
{ pattern: 'Add news item(:headline)' },
{ pattern: 'Add new User(:userName as User name)' },
{ pattern: 'Search(:seachTerm as what?)' },
{ pattern: 'Search(:searchTerm as what?)' },
{ pattern: 'Go to Settings' },
{ pattern: 'Find(:seachTerm as what?)' },
{ pattern: '(:searchTerm as Find...)', token:'Find' }
];