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

In $LIB_YSH/args.ysh, make flag/arg/rest private to parser #2103

Closed quexxon closed 1 month ago

quexxon commented 1 month ago

Simplify and clarify the module interface by making the flag, arg, and rest procs private to the parser DSL.

andychu commented 1 month ago

This is great, thank you!