filmil / gotopt2

gotopt2: a self-contained shell flags or options parser, written in go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add an option to generate `local` instead of `readonly` env vars

filmil opened this issue · comments

readonly can not be used inside functions. So this prevents you from using gotopt2 at a non-top-level as a way to pass parameters into functions.