From e43156ddf37de9fee1ec31a76df008585697e3f4 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 1 Mar 2025 11:23:21 -1000 Subject: [PATCH] ;examples: update report scripts ahead of planned change --- examples/reports1.hledger.sh | 10 +++++----- examples/reports2.hledger.sh | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/reports1.hledger.sh b/examples/reports1.hledger.sh index 021bc3416..17da88587 100755 --- a/examples/reports1.hledger.sh +++ b/examples/reports1.hledger.sh @@ -1,19 +1,19 @@ #!/usr/bin/env hledger run # (or env -S if needed) -REPORTS 1 ---------- +echo REPORTS 1 +echo --------- echo -FILES: +echo FILES: files echo -STATS: +echo STATS: stats echo -BALANCESHEET: +echo BALANCESHEET: bs --depth 2 echo diff --git a/examples/reports2.hledger.sh b/examples/reports2.hledger.sh index be9899dc9..7951b1e93 100755 --- a/examples/reports2.hledger.sh +++ b/examples/reports2.hledger.sh @@ -1,19 +1,19 @@ #!/usr/bin/env hledger run # (or env -S if needed) -REPORTS 2 ---------- +echo REPORTS 2 +echo --------- echo -List of accounts +echo List of accounts accounts --depth 2 echo -Assets +echo Assets balance assets --depth 2 echo -Liabilities +echo Liabilities balance liabilities --depth 3 echo