hledger/hledger/test/descriptions.test
2020-11-16 08:47:41 -08:00

20 lines
225 B
Plaintext

# descriptions command
# basic descriptions report
<
2018/1/1 foo ; foo:
a
2018/1/1 bar | baz
a
$ hledger -f - descriptions
bar | baz
foo
>=
# filtering transactions by tag
$ hledger -f - descriptions tag:foo
foo
>=