Always pass parameters in commands
authorJeremy Stanley <fungi@yuggoth.org>
Thu, 9 May 2019 21:06:35 +0000 (21:06 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Thu, 9 May 2019 21:06:35 +0000 (21:06 +0000)
When calling a command handler, pass a parameters object regardless
of whether the command actually needs one. This normalizes the
interface between command actions and their corresponding handler
functions so they can be called through a generic interface in the
future.


No differences found