argagg icon indicating copy to clipboard operation
argagg copied to clipboard

Add global order of options

Open vietjtnguyen opened this issue 7 years ago • 1 comments

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 avatar Mar 05 '17 21:03 vietjtnguyen

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

vietjtnguyen avatar Apr 28 '17 18:04 vietjtnguyen