shflags
shflags copied to clipboard
Fix argument and option parsing for strings with quotes
Strings in both options and arguments that contain single or double quotes were not being parsed and returned correctly.
Added test script for both situations.