mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
Add shell completion script (#131)
Signed-off-by: Dan Luhring <dan.luhring@anchore.com>
This commit is contained in:
parent
86d3336280
commit
4c7784da62
5
resources/shell-completion.sh
Normal file
5
resources/shell-completion.sh
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# Source this file in your shell sessions in order to use this shell completion.
|
||||||
|
|
||||||
|
complete -W "$(docker images --format '{{.Repository}}:{{.Tag}}')" syft
|
||||||
Loading…
x
Reference in New Issue
Block a user