Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Mihalache committed Jun 11, 2024
1 parent c0dbe80 commit c77993a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ cd hledger-accrue
## Usage

```txt
usage: main.py [-h] [--precision PRECISION] [--from FROM] [--to TO] [--commodity COMMODITY] [--description DESCRIPTION]
--accrual-start ACCRUAL_START --accrual-end ACCRUAL_END [--reporting-start REPORTING_START]
[--reporting-end REPORTING_END] [--real | --periodic] [--unmarked | --pending | --cleared]
usage: main.py [-h] [--precision PRECISION] [--date-format DATE_FORMAT] [--from FROM] [--to TO] [--commodity COMMODITY]
[--description DESCRIPTION] --accrual-start ACCRUAL_START --accrual-end ACCRUAL_END
[--reporting-start REPORTING_START] [--reporting-end REPORTING_END] [--real | --periodic]
[--unmarked | --pending | --cleared]
amount
positional arguments:
Expand All @@ -41,6 +42,7 @@ positional arguments:
options:
-h, --help show this help message and exit
--precision PRECISION specify decimal precision to use
--date-format DATE_FORMAT specify date format to use for dates passed as arguments
transaction settings:
--from FROM, -f FROM specify the account from which to take out funds
Expand Down

0 comments on commit c77993a

Please sign in to comment.