Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


# stata-cli

> **Stata CLI Is All Reg Monkeys Need**
Expand Down Expand Up @@ -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
Expand Down