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

Add global order of options #8

Open
vietjtnguyen opened this issue Mar 5, 2017 · 1 comment
Open

Add global order of options #8

vietjtnguyen opened this issue Mar 5, 2017 · 1 comment

Comments

@vietjtnguyen
Copy link
Owner

Expand the data structure so that a user can walk through all option results in the order of parse. This will likely entail a back reference from the option result to the parent option definition.

@vietjtnguyen
Copy link
Owner Author

The intention behind this feature is for command line interfaces like find where the operators have to be parsed in order to build an expression tree (e.g. find . \( -not -path "./build*" -or -type d \) -not -name "*.swp").

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

1 participant