jeff
02/01/2023, 5:26 PMscript --some-option="two words"
sets --some-option to two and then passes words as an argumentAJ Alt
02/01/2023, 9:37 PMargv). Are you doing some $@ argument expansion in a bash script and missing quotes?jeff
02/01/2023, 9:44 PMAre you doing someI sure am, that was exactly it. Fixed now. Thanks! (and fantastic library by the way)argument expansion in a bash script and missing quotes?$@