Update completion

This commit is contained in:
Jakob Schöttl 2019-02-10 11:05:46 +01:00 committed by Simon Michael
parent 1a88ee6265
commit 966d949807

View File

@ -125,6 +125,9 @@ bs
bse
cf
is
ui
web
api
TEXT
cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/query-filters.txt"
@ -1774,3 +1777,135 @@ cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-is.txt"
-p
TEXT
cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-ui.txt"
--alias
--anon
--auto
--begin
--change
--cleared
--cost
--daily
--date2
--debug
--depth
--empty
--end
--file
--flat
--forecast
--future
--help
--ignore-assertions
--monthly
--pending
--period
--pivot
--quarterly
--real
--register
--rules-file
--separator
--theme
--tree
--unmarked
--value
--version
--watch
--weekly
--yearly
-B
-C
-D
-E
-F
-I
-M
-N
-P
-Q
-R
-T
-U
-V
-W
-Y
-b
-e
-f
-h
-p
TEXT
cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-web.txt"
--alias
--anon
--auto
--base-url
--begin
--capabilities
--capabilities-header
--cleared
--cost
--daily
--date2
--debug
--depth
--empty
--end
--file
--file-url
--forecast
--help
--host
--ignore-assertions
--monthly
--pending
--period
--pivot
--port
--quarterly
--real
--rules-file
--separator
--server
--unmarked
--value
--version
--weekly
--yearly
-B
-C
-D
-E
-I
-M
-N
-P
-Q
-R
-U
-V
-W
-Y
-b
-e
-f
-h
-p
TEXT
cat <<TEXT > "$_HLEDGER_COMPLETION_TEMPDIR/options-api.txt"
--file
--help
--host
--port
--static-dir
--swagger
--version
-d
-f
-h
-p
TEXT