oils-for-unix / oils

Oils is our upgrade path from bash to a better language and runtime. It's also for Python and JavaScript users who avoid shell!
http://www.oilshell.org/
Other
2.85k stars 159 forks source link

[stdlib/args] Support flags that remember all values passed, with List[T] syntax #2105

Closed quexxon closed 1 month ago

quexxon commented 1 month ago

Following the implementation of parameterized type objects in 4cbfa15f6, it is now possible to extend the set of supported flag types with List variants to provide multi-value flags.