You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Taking on board the feedback in PR #8, I'm feeding back some changes I've found useful.
For consideration:
# DESC: Variable defaults# ARGS: None.# OUTS: Variables with default values set.functiondefaults() {
verbose=false no_colour=false cron=false outfile=-
}
...
functionparse_params() {
....
local param
defaults
# now enjoy the options in order and nicely split until we see --
....
The text was updated successfully, but these errors were encountered:
bbros-dev
changed the title
Idea: Add defaults to parse_params()
Idea: Add defaults to parse_paramsMar 29, 2020
Taking on board the feedback in PR #8, I'm feeding back some changes I've found useful.
For consideration:
The text was updated successfully, but these errors were encountered: