diff --git a/README.md b/README.md index d21484a..676b1a8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # stata-cli > **Stata CLI Is All Reg Monkeys Need** @@ -195,6 +197,16 @@ stata-cli detect Prints the auto-detected Stata installation path. +### `config` — Manage Persistent Configuration + +```bash +stata-cli config list +stata-cli config set stata-path "/path/to/stata" +stata-cli config get stata-path +``` + +Stores settings in `~/.stata-cli/config.json` (e.g., custom Stata path) to avoid passing flags repeatedly. + ### `return` — Retrieve Stored Results ```bash