moleculerjs / moleculer-repl

REPL module for Moleculer framework
http://moleculer.services/docs/moleculer-repl.html
MIT License
27 stars 25 forks source link

feat: add options for `call`, `emit`, `broadcast` #55

Closed intech closed 2 years ago

intech commented 2 years ago

Provide the ability to transfer not only meta but also other call options

AndreMaz commented 2 years ago

Now you can use $ to pass opts. For example:

emit "user.created" --a 5 --#b Bob --$groups acb

call "math.add" --a 5 --#b Bob --$timeout 1