Skip to content

Commit

Permalink
Add missing detail.
Browse files Browse the repository at this point in the history
  • Loading branch information
danfuzz committed Oct 12, 2023
1 parent 6929fda commit de7dde0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions scripts/lib/bashy-core/arg-processor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,12 @@ function opt-choice {
}

# Declares a "multi-value" option, which allows passing zero or more values. No
# `<value>` is allowed in the argument spec. These options are accepted via the
# syntax `--<name>[]=<values>` where <values> is a space-separated list of
# literal values, with standard shell quoting and escaping allowed in order to
# pass special characters. This definer also accepts the `--required` option.
# The initial variable value is `()` (the empty array).
# `<abbrev>` or `<value>` is allowed in the argument spec. These options are
# accepted via the syntax `--<name>[]=<values>` where <values> is a
# space-separated list of literal values, with standard shell quoting and
# escaping allowed in order to pass special characters. This definer also
# accepts the `--required` option. The initial variable value is `()` (the empty
# array).
function opt-multi {
local optCall=''
local optFilter=''
Expand Down

0 comments on commit de7dde0

Please sign in to comment.