Currently, arguments are kind of scattered if statements. There should be a consistent method of handling arguments such that:
- new arguments can be added easily
- the help message displays when either (a) it is specifically invoked via the
--help or -h flag or (b) any invalid and/or unknown flag is passed as an argument
This relates to install.zsh#L9
Currently, arguments are kind of scattered
ifstatements. There should be a consistent method of handling arguments such that:--helpor-hflag or (b) any invalid and/or unknown flag is passed as an argumentThis relates to install.zsh#L9