aboutsummaryrefslogtreecommitdiffstats
path: root/SKILL.md
diff options
context:
space:
mode:
Diffstat (limited to 'SKILL.md')
-rw-r--r--SKILL.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/SKILL.md b/SKILL.md
index e34f160..4cf40bb 100644
--- a/SKILL.md
+++ b/SKILL.md
@@ -92,6 +92,10 @@ firefly tx add 1800 --from Salary --to test01 --desc "June pay"
```bash
firefly tx add 200 --from test01 --to Savings --type transfer
```
+For a transfer, `tx add` echoes `transfer: <from> → <to>, <amount>` to stderr
+before writing (also in `--dry-run`) so a swapped `--from`/`--to` is caught
+before it silently drifts balances by 2x the amount. stdout JSON is unchanged;
+the hint is on stderr only.
**Create an account** (when `tx add` errors that an account does not exist,
and the user confirms it should be created):