Make command dispatching process clearer

This commit is contained in:
Richard Chien
2017-01-11 14:06:51 +08:00
parent 86e20eb54b
commit 9c794334c1
4 changed files with 27 additions and 15 deletions

View File

@ -1,6 +1,7 @@
config = {
'fallback_command': 'natural_language.process',
'command_start_flags': ('/', '', '来,', '来,'),
'fallback_command_after_nl_processors': 'core.tuling123',
'command_start_flags': ('/', '', '来,', '来,'), # add '' (empty string) here to allow commands without start flags
'command_name_separators': ('\.', '->', '::', '/'), # Regex
'command_args_start_flags': ('', '', ',', ', ', ':', ': '), # Regex
}