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
|
||||
output/
|
||||
|
||||
autoinstall/lib/send_completions.sh
|
||||
autostart-manage/lib/send_completions.sh
|
||||
|
|
6
Makefile
6
Makefile
|
@ -8,10 +8,10 @@ get-target:
|
|||
output-dir:
|
||||
mkdir -p ./output
|
||||
|
||||
generate: get-target output-dir
|
||||
BASHLY_SOURCE_DIR=$(TARGET) bashly generate
|
||||
completions: get-target
|
||||
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
|
||||
|
||||
docs: generate
|
||||
|
|
Loading…
Reference in a new issue