From d92a8ea0ed5a7d5b0f2f3d889021bf3b95dd970d Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Wed, 12 Aug 2026 09:30:42 +0300 Subject: [PATCH] docs: improve README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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