Options (2)
-f, --filebooleanAdd transactions to `2024.journal`, but also load `2023.journal` for completions
Example:
hledger add {{[-f|--file]}} {{path/to/2024.journal}} {{[-f|--file]}} {{path/to/2023.journal}}-h, --helpbooleanShow `add`'s options and documentation with `$PAGER`
Example:
hledger add {{[-h|--help]}}Examples (5)
Record new transactions, saving to the default journal file
Add transactions to `2024.journal`, but also load `2023.journal` for completions
hledger add [-f|--file] path/to/2024.journal [-f|--file] path/to/2023.journalProvide answers for the first four prompts
hledger add today 'best buy' expenses:supplies '$20'Show `add`'s options and documentation with `$PAGER`
hledger add [-h|--help]made by @shridhargupta | data from tldr-pages