- Fix sf-retrieve: Replace xargs with Bash parameter expansion for whitespace
trimming to avoid 'unterminated quote' errors when processing comma-separated
metadata types containing quotes or special characters
- Fix sf-apex-run: Replace invalid JavaScript-style ternary operator with proper
Bash conditional logic for code truncation display
All bash scripts now work correctly with real parameter combinations against
live Salesforce orgs. Testing performed against PWC-TEAM-DEV org confirmed
all functionality works as documented in README.md
- Updated help section to show two-character options: -to, -tp, -nm, -mn, -pk, -dr, -hp
- Updated all examples in help to use new option syntax
- Updated error messages to reference correct option names
- Maintains backward compatibility - actual parsing still uses getopts with single chars
- Help documentation now consistent with README and other updated scripts