Skip to content

Alias commands are not coloured correctly after update to version 4.0.0 #1277

@mhdstg

Description

@mhdstg

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:

Image

When I use the alias name "gjs" ist will be displayed in red:

Image

The command is accepted and executed. It is only a problem with the colouring.

Metadata

Metadata

Assignees

No one assigned

    Labels

    status/need-triageTeam needs to triage and take a first look

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions