Skip to content

Commit 5d52d9f

Browse files
committed
etc: add -B, --bank to flux submission cli tab completion
Problem: The `-B, --bank` option is not supported in bash tab completions. Add this option to the supported bash tab completions for cli submission commands.
1 parent 7cd346f commit 5d52d9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

etc/completions/flux.pre

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ _flux_submit_commands()
375375

376376
local COMMON_OPTIONS="\
377377
-q --queue= \
378+
-B --bank= \
378379
-t --time-limit= \
379380
-o --setopt= \
380381
--setattr= \

0 commit comments

Comments
 (0)