We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E.g. what I'd like to do is something like
+ the cat sat + the dog ate + the flea jumped + the cow mooed - animals are cool + * - I don't think you have that right
there are two workarounds I can see but they're both a bit unhelpful:
+ (the cat sat|the dog ate) - nice + the flea jumped - {@__respond__} + the cow mooed - {@__respond__} + __respond__ - indeed
The first (trigger one|trigger two|..trigger N) seems exactly equivalent to having each trigger on its own line.
(trigger one|trigger two|..trigger N)
NB. yes I know this particular example could be implemented as
+ the ~animal <verb>
but
The text was updated successfully, but these errors were encountered:
No branches or pull requests
E.g. what I'd like to do is something like
there are two workarounds I can see but they're both a bit unhelpful:
The first
(trigger one|trigger two|..trigger N)
seems exactly equivalent to having each trigger on its own line.NB. yes I know this particular example could be implemented as
but
The text was updated successfully, but these errors were encountered: