Skip to content

Common: Re-order options and parameters in usage synopsis #133

@rsenden

Description

@rsenden

Currently, parameters and options are mostly displayed in the order in which they are defined in the various command classes. Preferably, the synopsis should display options and parameters in the following order:
<positional parameters> <command options> <generic options (help, version, logging, session name)>

We'll need to check whether picocli provides functionality for this; I think there's an order parameter on @Option and other annotations; so we need to check whether we can properly use these to display parameters and options in the order suggested above.

Metadata

Metadata

Assignees

No one assigned

    Labels

    effort:?enhancementNew feature or requestfcli-coreGeneric fcli issues that affect multiple modulesprio:lowLow priority; nice to have but minimal impact

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions