Add some external commands to completion
This commit is contained in:
parent
f989d6124d
commit
1a88ee6265
@ -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' > $@
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user