@stephendolan/ynab-cli 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -58,8 +58,6 @@ YNAB_BUDGET_ID=your_default_budget_id # Optional
|
|
|
58
58
|
|
|
59
59
|
```bash
|
|
60
60
|
--compact, -c # Minified JSON output (single line)
|
|
61
|
-
--output, -o <file> # Write output to file instead of stdout
|
|
62
|
-
--budget, -b <id> # Specify budget ID (uses default/env if not specified)
|
|
63
61
|
```
|
|
64
62
|
|
|
65
63
|
### Commands
|