Skip to content

Commit f276354

Browse files
completions
1 parent 4793a35 commit f276354

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

scripts/completions/bash/sysdig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ _sysdig_complete()
2525
--help \
2626
-j \
2727
--json \
28+
-k \
29+
--k8s-api \
2830
-L \
2931
--list-events \
3032
-l \

scripts/completions/zsh/_sysdig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ _arguments
219219
'(-G --seconds)'{-G,--seconds=-}'[Rotate the capture file every <num> seconds]:Rotation period (seconds):' \
220220
'(-h --help)'{-h,--help}'[Print this help]' \
221221
'(-j --json)'{-j,--json}'[Emit output as JSON]' \
222+
'(-k --k8s-api)'{-k,--k8s-api}'[Kubernetes API server]' \
222223
'(-L --list-events)'{-L,--list-events}'[List the events that the engine supports]' \
223224
'(-l -lv --list)'{-l,--list}'[List the fields that can be used for filtering]' \
224225
'(-l -lv --list)-lv[Verbosely list the fields that can be used for filtering]' \

0 commit comments

Comments
 (0)