From 1a88ee62658e52d01450e63b16b3e8edda6a42e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20Sch=C3=B6ttl?= Date: Sun, 10 Feb 2019 11:05:34 +0100 Subject: [PATCH] Add some external commands to completion --- shell-completion/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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' > $@