Add some external commands to completion

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

View File

@ -11,6 +11,9 @@ generic-options.txt:
commands.txt: commands.txt:
hledger | ./output-commands.sh | grep -v ^hledger > $@ hledger | ./output-commands.sh | grep -v ^hledger > $@
echo ui >> $@
echo web >> $@
echo api >> $@
commands-list.txt: commands.txt commands-list.txt: commands.txt
paste -sd, $^ | tr -d '\n' > $@ paste -sd, $^ | tr -d '\n' > $@