gnucash, gnucash-cli: add page (#5936)

This commit is contained in:
Seth
2021-05-11 20:16:17 +02:00
committed by GitHub
parent 9909eb3d14
commit 1eb1858238
2 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# gnucash-cli
> A command-line version of GnuCash.
> More information: <https://gnucash.org>.
- Get quotes for currencies and stocks specified in a file and print them:
`gnucash-cli --quotes get {{path/to/file.gnucash}}`
- Generate a financial report of a specific type, specified by `--name`:
`gnucash-cli --report run --name "{{Balance Sheet}}" {{path/to/file.gnucash}}`