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

@@ -94,7 +94,7 @@ echo ""
echo -e "${BLUE}=== Testing sf-org-info ===${NC}"
run_test "sf-org-info target org" "./sf-org-info -to $TEST_ORG"
run_test "sf-org-info list orgs" "./sf-org-info --list"
run_test "sf-org-info list orgs" "./sf-org-info -ls"
echo ""
echo -e "${BLUE}=== Testing sf-web-open ===${NC}"