Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support multi-mode CLI interfaces #7

Open
lexicalscope opened this issue Jan 16, 2012 · 1 comment
Open

support multi-mode CLI interfaces #7

lexicalscope opened this issue Jan 16, 2012 · 1 comment
Milestone

Comments

@lexicalscope
Copy link
Owner

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

@darnells
Copy link

Multi-mode support would be very useful to my current project. I would be happy to help test the feature when it is implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants