Skip to content

Commit

Permalink
docs: for + suffix cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Horton committed Jan 8, 2025
1 parent 73268f8 commit 9dfe83f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/builder.inc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1511,6 +1511,8 @@ _builder_completion_describe() {
echo -n "; "
printf '%s ' "${_builder_targets[@]}"
echo -n "; "
# Remove all '+' suffixes from options; they're a config on the option, not part
# of the actual option text itself.
local _builder_opts=()
for e in "${!_builder_params[@]}"; do
if [[ $e =~ ^-- ]]; then
Expand Down

0 comments on commit 9dfe83f

Please sign in to comment.