Description
Add alias support to Python command-line interfaces built with Click. It lets a tool accept alternative command names so frequent actions can be shorter or compatible with names users already know.
This is a plugin library for developers. Aliases should be documented clearly, because hidden or overlapping command names can confuse users and increase the chance of running the wrong action.