;doc: Config files -> Config file

This commit is contained in:
Simon Michael 2025-04-26 09:49:24 -10:00
parent b7466ed282
commit c46c448ff7
3 changed files with 3 additions and 3 deletions

View File

@ -695,7 +695,7 @@ Fixes
Features
- You can now save command line options in a [config file](https://hledger.org/hledger.html#config-files), to be added to your hledger commands either on demand or automatically. (This supersedes the older arguments files feature.) This has been a popular feature request. It has pros and cons, and is experimental; your testing and feedback is welcome. It changes the nature of hledger somewhat, which I have marked by giving this release a more memorable version number (1.40).
- You can now save command line options in a [config file](https://hledger.org/hledger.html#config-file), to be added to your hledger commands either on demand or automatically. (This supersedes the older arguments files feature.) This has been a popular feature request. It has pros and cons, and is experimental; your testing and feedback is welcome. It changes the nature of hledger somewhat, which I have marked by giving this release a more memorable version number (1.40).
- The balance commands can now output in FODS format, a spreadsheet file format accepted by LibreOffice Calc. If you use LibreOffice this is better than CSV because it works across locales (decimal point vs. decimal comma, character encoding stored in XML header), and it supports fixed header rows and columns, cell types (string vs. number vs. date), separation of number and currency, styles (bold), and borders. You can still extract CSV from FODS/ODS with the ods2csv utility from Hackage. (Henning Thielemann)
- The `register` report can now be sorted by date, description, account, amount, absolute amount, or a combination of these. (Michael Rees, [#2211])

View File

@ -414,7 +414,7 @@ Fixes
Features
- You can now save command line options in a [config file](https://hledger.org/hledger.html#config-files),
- You can now save command line options in a [config file](https://hledger.org/hledger.html#config-file),
to be added to your hledger commands either on demand or automatically.
(This supersedes the older arguments files feature.)

View File

@ -402,7 +402,7 @@ For example, backslash-quoting generally does not work there. Here are some more
| In `ghci` (the Haskell REPL) | Use double quotes, and enclose the whole argument
[argument file]: #argument-files
[config file]: #config-files
[config file]: #config-file
### Using a wild card