mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-10 05:39:31 +03:00
;update CLI usage texts
This commit is contained in:
parent
01bfeda4fb
commit
bb1d49c573
@ -16,7 +16,8 @@ Here are the checks currently available:
|
|||||||
|
|
||||||
Basic checks
|
Basic checks
|
||||||
|
|
||||||
These are always run by this command and other commands:
|
These checks are always run automatically, by (almost) all hledger
|
||||||
|
commands, including check:
|
||||||
|
|
||||||
- parseable - data files are well-formed and can be successfully
|
- parseable - data files are well-formed and can be successfully
|
||||||
parsed
|
parsed
|
||||||
@ -30,8 +31,9 @@ These are always run by this command and other commands:
|
|||||||
|
|
||||||
Strict checks
|
Strict checks
|
||||||
|
|
||||||
These are always run by this and other commands when -s/--strict is used
|
These additional checks are run when the -s/--strict (strict mode) flag
|
||||||
(strict mode):
|
is used. They can also be run by specifying their names as arguments to
|
||||||
|
check:
|
||||||
|
|
||||||
- accounts - all account names used by transactions have been declared
|
- accounts - all account names used by transactions have been declared
|
||||||
|
|
||||||
@ -39,19 +41,21 @@ These are always run by this and other commands when -s/--strict is used
|
|||||||
|
|
||||||
Other checks
|
Other checks
|
||||||
|
|
||||||
These checks can be run by specifying their names as arguments to the
|
These checks can be run only by specifying their names as arguments to
|
||||||
check command:
|
check:
|
||||||
|
|
||||||
- ordereddates - transactions are ordered by date (similar to the old
|
- ordereddates - transactions are ordered by date (similar to the old
|
||||||
check-dates command)
|
check-dates command)
|
||||||
|
|
||||||
|
- payees - all payees used by transactions have been declared
|
||||||
|
|
||||||
- uniqueleafnames - all account leaf names are unique (similar to the
|
- uniqueleafnames - all account leaf names are unique (similar to the
|
||||||
old check-dupes command)
|
old check-dupes command)
|
||||||
|
|
||||||
Add-on checks
|
Add-on checks
|
||||||
|
|
||||||
Some checks are not yet integrated with this command, but are available
|
These checks are not yet integrated with check, but are available as
|
||||||
as add-on commands in
|
add-on commands in
|
||||||
https://github.com/simonmichael/hledger/tree/master/bin:
|
https://github.com/simonmichael/hledger/tree/master/bin:
|
||||||
|
|
||||||
- hledger-check-tagfiles - all tag values containing / (a forward
|
- hledger-check-tagfiles - all tag values containing / (a forward
|
||||||
|
Loading…
Reference in New Issue
Block a user