diff --git a/shell-completion/Makefile b/shell-completion/Makefile index e96ba0008..fd1866a28 100644 --- a/shell-completion/Makefile +++ b/shell-completion/Makefile @@ -11,6 +11,9 @@ generic-options.txt: commands.txt: hledger | ./output-commands.sh | grep -v ^hledger > $@ + echo ui >> $@ + echo web >> $@ + echo api >> $@ commands-list.txt: commands.txt paste -sd, $^ | tr -d '\n' > $@