Update shell completion script

This commit is contained in:
Jakob Schöttl 2019-06-29 22:44:37 +02:00
parent 4d76535b6d
commit 1bc246681f

View File

@ -118,6 +118,7 @@ import
check-dates check-dates
check-dupes check-dupes
close close
diff
rewrite rewrite
balancesheet balancesheet
balancesheetequity balancesheetequity
@ -127,6 +128,7 @@ roi
accounts accounts
activity activity
balance balance
commodities
files files
prices prices
print print
@ -176,6 +178,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/generic-options.txt"
--alias --alias
--anon --anon
--auto --auto
--aux-date
--begin --begin
--cleared --cleared
--cost --cost
@ -185,10 +188,12 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/generic-options.txt"
--depth --depth
--empty --empty
--end --end
--exchange
--file --file
--forecast --forecast
--help --help
--ignore-assertions --ignore-assertions
--market
--monthly --monthly
--pending --pending
--period --period
@ -215,6 +220,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/generic-options.txt"
-U -U
-V -V
-W -W
-X
-Y -Y
-b -b
-e -e
@ -247,6 +253,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-import.txt"
--alias --alias
--anon --anon
--auto --auto
--aux-date
--begin --begin
--cleared --cleared
--cost --cost
@ -257,10 +264,12 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-import.txt"
--dry-run --dry-run
--empty --empty
--end --end
--exchange
--file --file
--forecast --forecast
--help --help
--ignore-assertions --ignore-assertions
--market
--monthly --monthly
--new --new
--pending --pending
@ -288,18 +297,21 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-import.txt"
-U -U
-V -V
-W -W
-X
-Y -Y
-b -b
-e -e
-f -f
-h -h
-p -p
-x
TEXT TEXT
cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-check-dates.txt" cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-check-dates.txt"
--alias --alias
--anon --anon
--auto --auto
--aux-date
--begin --begin
--cleared --cleared
--cost --cost
@ -309,10 +321,12 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-check-dates.txt"
--depth --depth
--empty --empty
--end --end
--exchange
--file --file
--forecast --forecast
--help --help
--ignore-assertions --ignore-assertions
--market
--monthly --monthly
--pending --pending
--period --period
@ -340,6 +354,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-check-dates.txt"
-U -U
-V -V
-W -W
-X
-Y -Y
-b -b
-e -e
@ -352,6 +367,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-check-dupes.txt"
--alias --alias
--anon --anon
--auto --auto
--aux-date
--begin --begin
--cleared --cleared
--cost --cost
@ -361,10 +377,12 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-check-dupes.txt"
--depth --depth
--empty --empty
--end --end
--exchange
--file --file
--forecast --forecast
--help --help
--ignore-assertions --ignore-assertions
--market
--monthly --monthly
--pending --pending
--period --period
@ -391,6 +409,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-check-dupes.txt"
-U -U
-V -V
-W -W
-X
-Y -Y
-b -b
-e -e
@ -403,6 +422,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-close.txt"
--alias --alias
--anon --anon
--auto --auto
--aux-date
--begin --begin
--cleared --cleared
--closing --closing
@ -413,10 +433,12 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-close.txt"
--depth --depth
--empty --empty
--end --end
--exchange
--file --file
--forecast --forecast
--help --help
--ignore-assertions --ignore-assertions
--market
--monthly --monthly
--opening --opening
--pending --pending
@ -445,6 +467,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-close.txt"
-U -U
-V -V
-W -W
-X
-Y -Y
-b -b
-e -e
@ -453,11 +476,28 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-close.txt"
-p -p
TEXT TEXT
cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-diff.txt"
--alias
--anon
--debug
--file
--help
--ignore-assertions
--pivot
--rules-file
--separator
--version
-I
-f
-h
TEXT
cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-rewrite.txt" cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-rewrite.txt"
--add-posting --add-posting
--alias --alias
--anon --anon
--auto --auto
--aux-date
--begin --begin
--cleared --cleared
--cost --cost
@ -468,10 +508,12 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-rewrite.txt"
--diff --diff
--empty --empty
--end --end
--exchange
--file --file
--forecast --forecast
--help --help
--ignore-assertions --ignore-assertions
--market
--monthly --monthly
--pending --pending
--period --period
@ -500,6 +542,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-rewrite.txt"
-U -U
-V -V
-W -W
-X
-Y -Y
-b -b
-e -e
@ -512,6 +555,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-balancesheet.txt"
--alias --alias
--anon --anon
--auto --auto
--aux-date
--average --average
--begin --begin
--change --change
@ -525,6 +569,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-balancesheet.txt"
--drop --drop
--empty --empty
--end --end
--exchange
--file --file
--flat --flat
--forecast --forecast
@ -532,6 +577,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-balancesheet.txt"
--help --help
--historical --historical
--ignore-assertions --ignore-assertions
--market
--monthly --monthly
--no-elide --no-elide
--no-total --no-total
@ -571,6 +617,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-balancesheet.txt"
-U -U
-V -V
-W -W
-X
-Y -Y
-b -b
-e -e
@ -584,6 +631,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-balancesheetequity.txt"
--alias --alias
--anon --anon
--auto --auto
--aux-date
--average --average
--begin --begin
--change --change
@ -597,6 +645,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-balancesheetequity.txt"
--drop --drop
--empty --empty
--end --end
--exchange
--file --file
--flat --flat
--forecast --forecast
@ -604,6 +653,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-balancesheetequity.txt"
--help --help
--historical --historical
--ignore-assertions --ignore-assertions
--market
--monthly --monthly
--no-elide --no-elide
--no-total --no-total
@ -643,6 +693,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-balancesheetequity.txt"
-U -U
-V -V
-W -W
-X
-Y -Y
-b -b
-e -e
@ -656,6 +707,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-cashflow.txt"
--alias --alias
--anon --anon
--auto --auto
--aux-date
--average --average
--begin --begin
--change --change
@ -669,6 +721,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-cashflow.txt"
--drop --drop
--empty --empty
--end --end
--exchange
--file --file
--flat --flat
--forecast --forecast
@ -676,6 +729,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-cashflow.txt"
--help --help
--historical --historical
--ignore-assertions --ignore-assertions
--market
--monthly --monthly
--no-elide --no-elide
--no-total --no-total
@ -715,6 +769,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-cashflow.txt"
-U -U
-V -V
-W -W
-X
-Y -Y
-b -b
-e -e
@ -728,6 +783,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-incomestatement.txt"
--alias --alias
--anon --anon
--auto --auto
--aux-date
--average --average
--begin --begin
--change --change
@ -741,6 +797,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-incomestatement.txt"
--drop --drop
--empty --empty
--end --end
--exchange
--file --file
--flat --flat
--forecast --forecast
@ -748,6 +805,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-incomestatement.txt"
--help --help
--historical --historical
--ignore-assertions --ignore-assertions
--market
--monthly --monthly
--no-elide --no-elide
--no-total --no-total
@ -787,6 +845,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-incomestatement.txt"
-U -U
-V -V
-W -W
-X
-Y -Y
-b -b
-e -e
@ -800,6 +859,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-roi.txt"
--alias --alias
--anon --anon
--auto --auto
--aux-date
--begin --begin
--cashflow --cashflow
--cleared --cleared
@ -810,12 +870,14 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-roi.txt"
--depth --depth
--empty --empty
--end --end
--exchange
--file --file
--forecast --forecast
--help --help
--ignore-assertions --ignore-assertions
--inv --inv
--investment --investment
--market
--monthly --monthly
--pending --pending
--period --period
@ -843,6 +905,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-roi.txt"
-U -U
-V -V
-W -W
-X
-Y -Y
-b -b
-e -e
@ -855,6 +918,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-accounts.txt"
--alias --alias
--anon --anon
--auto --auto
--aux-date
--begin --begin
--cleared --cleared
--cost --cost
@ -866,11 +930,13 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-accounts.txt"
--drop --drop
--empty --empty
--end --end
--exchange
--file --file
--flat --flat
--forecast --forecast
--help --help
--ignore-assertions --ignore-assertions
--market
--monthly --monthly
--pending --pending
--period --period
@ -899,6 +965,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-accounts.txt"
-U -U
-V -V
-W -W
-X
-Y -Y
-b -b
-e -e
@ -911,6 +978,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-activity.txt"
--alias --alias
--anon --anon
--auto --auto
--aux-date
--begin --begin
--cleared --cleared
--cost --cost
@ -920,10 +988,12 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-activity.txt"
--depth --depth
--empty --empty
--end --end
--exchange
--file --file
--forecast --forecast
--help --help
--ignore-assertions --ignore-assertions
--market
--monthly --monthly
--pending --pending
--period --period
@ -950,6 +1020,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-activity.txt"
-U -U
-V -V
-W -W
-X
-Y -Y
-b -b
-e -e
@ -962,6 +1033,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-balance.txt"
--alias --alias
--anon --anon
--auto --auto
--aux-date
--average --average
--begin --begin
--budget --budget
@ -976,6 +1048,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-balance.txt"
--drop --drop
--empty --empty
--end --end
--exchange
--file --file
--flat --flat
--forecast --forecast
@ -984,6 +1057,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-balance.txt"
--historical --historical
--ignore-assertions --ignore-assertions
--invert --invert
--market
--monthly --monthly
--no-elide --no-elide
--no-total --no-total
@ -1025,6 +1099,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-balance.txt"
-U -U
-V -V
-W -W
-X
-Y -Y
-b -b
-e -e
@ -1034,6 +1109,22 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-balance.txt"
-p -p
TEXT TEXT
cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-commodities.txt"
--alias
--anon
--debug
--file
--help
--ignore-assertions
--pivot
--rules-file
--separator
--version
-I
-f
-h
TEXT
cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-files.txt" cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-files.txt"
--alias --alias
--anon --anon
@ -1054,6 +1145,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-prices.txt"
--alias --alias
--anon --anon
--auto --auto
--aux-date
--begin --begin
--cleared --cleared
--cost --cost
@ -1064,11 +1156,13 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-prices.txt"
--depth --depth
--empty --empty
--end --end
--exchange
--file --file
--forecast --forecast
--help --help
--ignore-assertions --ignore-assertions
--inverted-costs --inverted-costs
--market
--monthly --monthly
--pending --pending
--period --period
@ -1095,6 +1189,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-prices.txt"
-U -U
-V -V
-W -W
-X
-Y -Y
-b -b
-e -e
@ -1107,6 +1202,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-print.txt"
--alias --alias
--anon --anon
--auto --auto
--aux-date
--begin --begin
--cleared --cleared
--cost --cost
@ -1116,11 +1212,13 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-print.txt"
--depth --depth
--empty --empty
--end --end
--exchange
--explicit --explicit
--file --file
--forecast --forecast
--help --help
--ignore-assertions --ignore-assertions
--market
--match --match
--monthly --monthly
--new --new
@ -1152,6 +1250,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-print.txt"
-U -U
-V -V
-W -W
-X
-Y -Y
-b -b
-e -e
@ -1167,6 +1266,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-print-unique.txt"
--alias --alias
--anon --anon
--auto --auto
--aux-date
--begin --begin
--cleared --cleared
--cost --cost
@ -1176,10 +1276,12 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-print-unique.txt"
--depth --depth
--empty --empty
--end --end
--exchange
--file --file
--forecast --forecast
--help --help
--ignore-assertions --ignore-assertions
--market
--monthly --monthly
--pending --pending
--period --period
@ -1206,6 +1308,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-print-unique.txt"
-U -U
-V -V
-W -W
-X
-Y -Y
-b -b
-e -e
@ -1218,6 +1321,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-register.txt"
--alias --alias
--anon --anon
--auto --auto
--aux-date
--average --average
--begin --begin
--cleared --cleared
@ -1229,12 +1333,14 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-register.txt"
--depth --depth
--empty --empty
--end --end
--exchange
--file --file
--forecast --forecast
--help --help
--historical --historical
--ignore-assertions --ignore-assertions
--invert --invert
--market
--monthly --monthly
--output-file --output-file
--output-format --output-format
@ -1268,6 +1374,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-register.txt"
-U -U
-V -V
-W -W
-X
-Y -Y
-b -b
-e -e
@ -1283,6 +1390,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-register-match.txt"
--alias --alias
--anon --anon
--auto --auto
--aux-date
--begin --begin
--cleared --cleared
--cost --cost
@ -1292,10 +1400,12 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-register-match.txt"
--depth --depth
--empty --empty
--end --end
--exchange
--file --file
--forecast --forecast
--help --help
--ignore-assertions --ignore-assertions
--market
--monthly --monthly
--pending --pending
--period --period
@ -1322,6 +1432,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-register-match.txt"
-U -U
-V -V
-W -W
-X
-Y -Y
-b -b
-e -e
@ -1334,6 +1445,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-stats.txt"
--alias --alias
--anon --anon
--auto --auto
--aux-date
--begin --begin
--cleared --cleared
--cost --cost
@ -1343,10 +1455,12 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-stats.txt"
--depth --depth
--empty --empty
--end --end
--exchange
--file --file
--forecast --forecast
--help --help
--ignore-assertions --ignore-assertions
--market
--monthly --monthly
--output-file --output-file
--pending --pending
@ -1374,6 +1488,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-stats.txt"
-U -U
-V -V
-W -W
-X
-Y -Y
-b -b
-e -e
@ -1387,6 +1502,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-tags.txt"
--alias --alias
--anon --anon
--auto --auto
--aux-date
--begin --begin
--cleared --cleared
--cost --cost
@ -1396,10 +1512,12 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-tags.txt"
--depth --depth
--empty --empty
--end --end
--exchange
--file --file
--forecast --forecast
--help --help
--ignore-assertions --ignore-assertions
--market
--monthly --monthly
--pending --pending
--period --period
@ -1426,6 +1544,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-tags.txt"
-U -U
-V -V
-W -W
-X
-Y -Y
-b -b
-e -e
@ -1454,6 +1573,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-equity.txt"
--alias --alias
--anon --anon
--auto --auto
--aux-date
--begin --begin
--cleared --cleared
--closing --closing
@ -1464,10 +1584,12 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-equity.txt"
--depth --depth
--empty --empty
--end --end
--exchange
--file --file
--forecast --forecast
--help --help
--ignore-assertions --ignore-assertions
--market
--monthly --monthly
--opening --opening
--pending --pending
@ -1496,6 +1618,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-equity.txt"
-U -U
-V -V
-W -W
-X
-Y -Y
-b -b
-e -e
@ -1508,6 +1631,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-bs.txt"
--alias --alias
--anon --anon
--auto --auto
--aux-date
--average --average
--begin --begin
--change --change
@ -1521,6 +1645,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-bs.txt"
--drop --drop
--empty --empty
--end --end
--exchange
--file --file
--flat --flat
--forecast --forecast
@ -1528,6 +1653,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-bs.txt"
--help --help
--historical --historical
--ignore-assertions --ignore-assertions
--market
--monthly --monthly
--no-elide --no-elide
--no-total --no-total
@ -1567,6 +1693,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-bs.txt"
-U -U
-V -V
-W -W
-X
-Y -Y
-b -b
-e -e
@ -1580,6 +1707,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-bse.txt"
--alias --alias
--anon --anon
--auto --auto
--aux-date
--average --average
--begin --begin
--change --change
@ -1593,6 +1721,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-bse.txt"
--drop --drop
--empty --empty
--end --end
--exchange
--file --file
--flat --flat
--forecast --forecast
@ -1600,6 +1729,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-bse.txt"
--help --help
--historical --historical
--ignore-assertions --ignore-assertions
--market
--monthly --monthly
--no-elide --no-elide
--no-total --no-total
@ -1639,6 +1769,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-bse.txt"
-U -U
-V -V
-W -W
-X
-Y -Y
-b -b
-e -e
@ -1652,6 +1783,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-cf.txt"
--alias --alias
--anon --anon
--auto --auto
--aux-date
--average --average
--begin --begin
--change --change
@ -1665,6 +1797,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-cf.txt"
--drop --drop
--empty --empty
--end --end
--exchange
--file --file
--flat --flat
--forecast --forecast
@ -1672,6 +1805,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-cf.txt"
--help --help
--historical --historical
--ignore-assertions --ignore-assertions
--market
--monthly --monthly
--no-elide --no-elide
--no-total --no-total
@ -1711,6 +1845,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-cf.txt"
-U -U
-V -V
-W -W
-X
-Y -Y
-b -b
-e -e
@ -1724,6 +1859,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-is.txt"
--alias --alias
--anon --anon
--auto --auto
--aux-date
--average --average
--begin --begin
--change --change
@ -1737,6 +1873,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-is.txt"
--drop --drop
--empty --empty
--end --end
--exchange
--file --file
--flat --flat
--forecast --forecast
@ -1744,6 +1881,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-is.txt"
--help --help
--historical --historical
--ignore-assertions --ignore-assertions
--market
--monthly --monthly
--no-elide --no-elide
--no-total --no-total
@ -1783,6 +1921,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-is.txt"
-U -U
-V -V
-W -W
-X
-Y -Y
-b -b
-e -e
@ -1796,6 +1935,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-ui.txt"
--alias --alias
--anon --anon
--auto --auto
--aux-date
--begin --begin
--change --change
--cleared --cleared
@ -1806,12 +1946,14 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-ui.txt"
--depth --depth
--empty --empty
--end --end
--exchange
--file --file
--flat --flat
--forecast --forecast
--future --future
--help --help
--ignore-assertions --ignore-assertions
--market
--monthly --monthly
--pending --pending
--period --period
@ -1844,6 +1986,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-ui.txt"
-U -U
-V -V
-W -W
-X
-Y -Y
-b -b
-e -e
@ -1856,6 +1999,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-web.txt"
--alias --alias
--anon --anon
--auto --auto
--aux-date
--base-url --base-url
--begin --begin
--capabilities --capabilities
@ -1868,12 +2012,14 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-web.txt"
--depth --depth
--empty --empty
--end --end
--exchange
--file --file
--file-url --file-url
--forecast --forecast
--help --help
--host --host
--ignore-assertions --ignore-assertions
--market
--monthly --monthly
--pending --pending
--period --period
@ -1902,6 +2048,7 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-web.txt"
-U -U
-V -V
-W -W
-X
-Y -Y
-b -b
-e -e