All good.
You can think a bout my last suggestion to have also single character options.
I would also be nitpicking and put really all variables in bash scripts in curly brackets, e.g. ${1}. They are firstly easier spotted/identified and it is needed when enhancing with variable substitution, default values, etc. I just made it a habit for me.
All good. You can think a bout my last suggestion to have also single character options. I would also be nitpicking and put really all variables in bash scripts in curly brackets, e.g. ${1}. They are firstly easier spotted/identified and it is needed when enhancing with variable substitution, default values, etc. I just made it a habit for me.
Originally posted by @mcuntz in https://github.com/CABLE-LSM/CABLE/pull/238#pullrequestreview-2116432977