Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 240 Bytes

v3_occ_vs_vals.md

File metadata and controls

19 lines (15 loc) · 240 Bytes

Flags

-f? -f* -f{$0,3}: flags can't be required by default, hence always 0 or more (bounded/unbounded)

Options

-o val -o val? -o val* -o val+ -o val{0,3}

(-o val){0,3} (-o val?){0,3} (-o val*){0,3} (-o val+){0,3} (-o val{0,3}){0,3}