Skip to content

Commit

Permalink
etc: update bash completions for flux-resource
Browse files Browse the repository at this point in the history
Problem: The bash tab completions for `flux resource list` do not
include the `--[no-]skip-empty` flags.

Add them.
  • Loading branch information
grondo committed Nov 22, 2024
1 parent 33a7e15 commit dd1f66d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etc/completions/flux.pre
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,8 @@ _flux_resource()
-n --no-header \
-q --queue= \
-i --include= \
--skip-empty \
--no-skip-empty \
"
local status_OPTS="\
${list_OPTS} \
Expand Down

0 comments on commit dd1f66d

Please sign in to comment.