* Remove --default-account option. Instead the default account(s) can be
customized using the --rename-account option, like this:
--rename-account='^Expenses:Unknown$=Foo'
--rename-account='^Income:Unknown$=Foo'
* Remove single use of "yada yada" for perls <5.12.
{{$NEXT}}
+0.004 2019-06-17 23:28:10-06:00 MST7MDT
+ * Remove --default-account option. Instead the default account(s) can be
+ customized using the --rename-account option, like this:
+
+ --rename-account='^Expenses:Unknown$=Foo'
+ --rename-account='^Income:Unknown$=Foo'
+
+ * Remove single use of "yada yada" for perls <5.12.
+
0.003 2019-06-13 02:55:59-06:00 MST7MDT
- * Fix bug that makes the --version and --help flags broken
+ * Fix bug that makes the --version and --help flags broken.
0.002 2019-06-12 23:39:32-06:00 MST7MDT
* Rename dist
# VERSION
-version 0.003
+version 0.004
# SYNOPSIS
[--version|--help|--manual] [--account-width NUM]
[--accounts|--no-accounts] [--payees|--no-payees]
[--tags|--no-tags] [--commodities|--no-commodities]
- [--opening-date DATE] [--default-account STR]
+ [--opening-date DATE]
[--rename-account STR]... [--exclude-account STR]...
# DESCRIPTION
Date must be in the form "YYYY-MM-DD". Defaults to the date of the first transaction.
-## --default-account STR
-
-Specify the account to use for one-sided transactions (if any). Defaults to "Expenses:No Category".
-
-A default account may be necessary because with Ledger all transactions are double-entry.
-
## --rename-account STR
Specifies a mapping for renaming accounts in the output. By default `homebank2ledger` tries to come