Fix sf-org-info two-character options: standardize to -lm/-ls, update docs and tests

This commit is contained in:
reynold
2025-08-28 21:50:44 +08:00
parent 57eb6182c8
commit 7aa7a7a688
5 changed files with 61 additions and 21 deletions

View File

@@ -121,7 +121,7 @@ run_test "sf-check basic" "./sf-check" 0 "Basic environment check"
run_test "sf-check verbose" "./sf-check -ve" 0 "Verbose environment check"
# Org operations
run_test "sf-org-info list" "./sf-org-info --list" 0 "List authenticated orgs"
run_test "sf-org-info list" "./sf-org-info -ls" 0 "List authenticated orgs"
# Create test files for advanced testing
echo "FirstName,LastName,Email" > "$TEST_DIR/test-contacts.csv"