Skip to content

Prompt Backstick Function #2

@thejhh

Description

@thejhh

Support for creating functions with a backstick operator inside command line prompt for PromptService.

Example

> use MyEventEmitter
> once SomeEvent `doSomething`

It is same as:

MyEventEmitter.once('SomeEvent', () => MyEventEmitter.doSomething())

See also

TODO

  • Unit Testing
  • Documentation (with examples)

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions