fcli icon indicating copy to clipboard operation
fcli copied to clipboard

Common: Re-order options and parameters in usage synopsis

Open rsenden opened this issue 3 years ago • 0 comments

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: <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.

rsenden avatar Oct 15 '22 16:10 rsenden