@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.
Files changed (2) hide show
  1. package/README.md +0 -2
  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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stephendolan/ynab-cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A command-line interface for You Need a Budget (YNAB)",
5
5
  "type": "module",
6
6
  "main": "./dist/cli.js",