-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Milestone
Description
Allow nested CLI definitions so options can be grouped depending on the mode of the application - the master option would control the availability of the slave options:
interface Top {
@option SlaveOne getSlaveOneOption();
boolean isSlaveOneOption();
@option SlaveTwo getSlaveTwoOption();
boolean isSlaveTwoOption();
}
interface SlaveOne {
@option getMandatorySlaveOneOption()
}
etc...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels