mirror of
https://github.com/containers/skopeo.git
synced 2025-05-31 10:45:21 +00:00
Merge pull request #1659 from Luap99/make-completions
fix make completions for all POSIX shells
This commit is contained in:
commit
db663df804
2
Makefile
2
Makefile
@ -153,7 +153,7 @@ docs-in-container:
|
|||||||
|
|
||||||
.PHONY: completions
|
.PHONY: completions
|
||||||
completions: bin/skopeo
|
completions: bin/skopeo
|
||||||
install -d -m 755 completions/{bash,zsh,fish,powershell}
|
install -d -m 755 completions/bash completions/zsh completions/fish completions/powershell
|
||||||
./bin/skopeo completion bash >| completions/bash/skopeo
|
./bin/skopeo completion bash >| completions/bash/skopeo
|
||||||
./bin/skopeo completion zsh >| completions/zsh/_skopeo
|
./bin/skopeo completion zsh >| completions/zsh/_skopeo
|
||||||
./bin/skopeo completion fish >| completions/fish/skopeo.fish
|
./bin/skopeo completion fish >| completions/fish/skopeo.fish
|
||||||
|
Loading…
Reference in New Issue
Block a user