| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The file must begin with '#!/usr/bin/env ledger --script'. You can add a -f
option to the options, but it must come before --script.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
python_interpreter_t, so that Python can provide value expression definitions.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-- to mean special things after the command verb was seen. But now, what used
to be specified as this:
ledger -n reg cash -payable -- shell
Is now specified as this:
ledger reg -n cash not payable @shell
It could also be specified as:
ledger -n reg \(cash and not payable\) and @shell
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
overrides.
1. Global defaults
2. Environment variable settings
3. Initialization file
4. Command-line arguments
Whatever is later in the list overrides what is earlier.
|
| |
|
|
|
|
| |
handling them explicitly in main.cc.
|
| |
|
| |
|
|
|
|
| |
compiled value expressions.
|
|
|
|
|
| |
somewhat smart about how it interpreted certain options. Beware, code, for
your days are not long-lived.
|
| |
|
| |
|
| |
|
|
|
|
| |
an error or exception occurred.
|
|
is in doc/, etc.
|