Fix completions generation
This commit is contained in:
parent
5cc3d5144d
commit
6003e52c8a
2 changed files with 4 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
||||||
.target
|
.target
|
||||||
output/
|
output/
|
||||||
|
|
||||||
|
autoinstall/lib/send_completions.sh
|
||||||
autostart-manage/lib/send_completions.sh
|
autostart-manage/lib/send_completions.sh
|
||||||
|
|
6
Makefile
6
Makefile
|
@ -8,10 +8,10 @@ get-target:
|
||||||
output-dir:
|
output-dir:
|
||||||
mkdir -p ./output
|
mkdir -p ./output
|
||||||
|
|
||||||
generate: get-target output-dir
|
completions: get-target
|
||||||
BASHLY_SOURCE_DIR=$(TARGET) bashly generate
|
BASHLY_SOURCE_DIR=$(TARGET) bashly add completions
|
||||||
|
|
||||||
generate-upgrade: get-target output-dir
|
generate: get-target output-dir completions
|
||||||
BASHLY_SOURCE_DIR=$(TARGET) bashly generate --upgrade
|
BASHLY_SOURCE_DIR=$(TARGET) bashly generate --upgrade
|
||||||
|
|
||||||
docs: generate
|
docs: generate
|
||||||
|
|
Loading…
Reference in a new issue