I build my shell application with the jansi starter and have defined a command as follows:
@Command(description = "Gets state of running AMELIO job", name = "get-jobstate", alias = "gjs", group = "Job Commands")
public String getState() {
When I type "get-jobstate" into the shell the command is shown in white:
When I use the alias name "gjs" ist will be displayed in red:
The command is accepted and executed. It is only a problem with the colouring.