Support for variables in PromptService.
Example
With a EventEmitter service:
> use MyEventEmitter
> once SomeEvent `doSomething $1`
$1 for first argument,
$2 for second, and
$0 an array of all arguments, etc.
This is same as:
MyEventEmitter.once('SomeEvent', a => MyEventEmitter.doSomething(a))
See also
TODO
Support for variables in PromptService.
Example
With a EventEmitter service:
$1for first argument,$2for second, and$0an array of all arguments, etc.This is same as:
See also
TODO