;bin:bar: cleanup
This commit is contained in:
parent
2b18715885
commit
32d9deb3e1
@ -100,10 +100,9 @@ if [[ $1 =~ ^[0-9]+$ ]]; then scale=$1; shift; fi
|
|||||||
|
|
||||||
# helpers
|
# helpers
|
||||||
|
|
||||||
# The hledger reporting command. It should produce a single-currency,
|
# The hledger reporting command. It should produce a two-column CSV
|
||||||
# two-column CSV balance report with one line per period.
|
# report with one line per period and one currency. It must have a
|
||||||
# It must have a report interval for --transpose to work.
|
# report interval for --transpose to work. shellcheck disable=SC2124
|
||||||
# shellcheck disable=SC2124
|
|
||||||
cmd="hledger balance -Ocsv --transpose -N -0 --layout=bare -M $@"
|
cmd="hledger balance -Ocsv --transpose -N -0 --layout=bare -M $@"
|
||||||
|
|
||||||
printcmd() {
|
printcmd() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user