Skip to content

Ordering of command and options within command. #216

Open
@hmble2

Description

@hmble2

Both of below:
@ShellMethod(key = {"attach-task", "at"}, prefix = "-", value = "Attach file to task.")
@ShellMethod(key = {"at", "attach-task"}, prefix = "-", value = "Attach file to task.")

displays:
at, attach-task: Attach file to task.

At times I prefer to keep the ordering that I provide. Could we have a flag to suppress natural ordering?

Same goes about order in which commands appear on console (vs definition order in java file), I would prefer them to appear in the order they defined in Java file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions