swarrot / SwarrotBundle

A symfony bundle for swarrot integration
MIT License
89 stars 59 forks source link

Allow users to attach aliases to Swarrot commands #186

Closed pierrelemee closed 4 years ago

pierrelemee commented 4 years ago

Allow users to attach aliases to Swarrot commands

As a user of the Swarrot consumption command, I'd like to be allowed to use my command name.

In practice, it's probably more intuitive to refer to a command name my:custom:action than swarrot:consume:my_custom_action.

Considering that since SF3.2, command aliases are supported, it would be great to allow users to define their aliases on top of current Swarrot configuration

odolbeau commented 4 years ago

Good idea! :+1:

odolbeau commented 4 years ago

Fixed by #192