moleculerjs / moleculer-repl

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

Events in REPL should show params, much like Actions show #73

Closed CodexHere closed 1 year ago

CodexHere commented 1 year ago

Is your feature request related to a problem? Please describe.

In the REPL, when executing actions, you'll see the params defined for the action, however when executing events they are missing.

Describe the solution you'd like

Much like actions, events should show the params in the output table.

image

image