### Current - Action commands can be executed by calling name defined in [action.yaml](https://github.com/launchrctl/launchr/blob/main/example/buildargs/action.yaml#L2C3-L2C8) `title` - Plugin commands can be executed by calling name defined in [plugin.go](https://github.com/skilld-labs/plasmactl-bump/blob/main/plugin.go#L49C3-L49C6) `Use` - In either case, one command can only be called by one name: same command cannot have multiple names ### Expected - It would be great to have ability to define additional names to execute commands (aliases) - Developer creating a plugin or an action would define a list of aliases