diff --git a/README.md b/README.md index e82db6d..75b7cb5 100644 --- a/README.md +++ b/README.md @@ -33,24 +33,24 @@ Data and logs: All scripts use an innovative **two-character option scheme** based on syllables, making options more memorable and self-documenting than traditional single-character flags: ### Core Options (consistent across scripts) -- `-to, --target-org` - **T**arget **O**rg -- `-hp, --help` - **H**el**P** -- `-ve, --verbose` - **V**er**B**ose +- `-to` - **T**arget **O**rg +- `-hp` - **H**el**P** +- `-ve` - **V**er**B**ose ### File & I/O Options -- `-fl, --file` - **F**i**L**e -- `-ot, --output` - **O**u**T**put -- `-fm, --format` - **F**or**M**at +- `-fl` - **F**i**L**e +- `-ot` - **O**u**T**put +- `-fm` - **F**or**M**at ### Data & Query Options -- `-qy, --query` - **Q**uer**Y** -- `-so, --sobject` - **S**-**O**bject -- `-bk, --bulk` - **B**ul**K** +- `-qy` - **Q**uer**Y** +- `-so` - **S**-**O**bject +- `-bk` - **B**ul**K** ### Operation & Control Options -- `-op, --operation` - **Op**eration -- `-wt, --wait` - **W**ai**T** -- `-lv, --level` - **L**e**V**el +- `-op` - **Op**eration +- `-wt` - **W**ai**T** +- `-lv` - **L**e**V**el - `-lm` - **L**i**M**its (show org limits) - `-ls` - **L**i**S**t (list orgs) @@ -58,7 +58,7 @@ All scripts use an innovative **two-character option scheme** based on syllables - **More Memorable**: `-to` for target-org is intuitive vs cryptic `-o` - **Self-Documenting**: Users can often guess what `-fm` means (format) - **No Conflicts**: Two characters eliminates option conflicts between scripts -- **Consistent**: Same long option always maps to same short option across all scripts +- **Consistent**: Same two-character option always has the same meaning across all scripts - **Scalable**: Room for many more options without running out of meaningful combinations ### Example Usage