File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,23 +31,23 @@ function _oscap {
3131 opts[oscap:oval:generate:report]="-o --output"
3232 opts[oscap:xccdf:eval]="--benchmark-id --check-engine-results --cpe --datastream-id --enforce-signature --export-variables --fetch-remote-resources --local-files --oval-results --profile --progress --progress-full --remediate --report --results --results-arf --rule --skip-rule --skip-validation --skip-signature-validation --stig-viewer --tailoring-file --tailoring-id --thin-results --verbose --verbose-log-file --without-syschar --xccdf-id"
3333 opts[oscap:xccdf:validate]="--skip-schematron"
34- opts[oscap:xccdf:export-oval-variables]="--datastream-id --xccdf-id --profile --skip-validation --fetch-remote-resources --local-files --cpe"
34+ opts[oscap:xccdf:export-oval-variables]="--datastream-id --xccdf-id --profile --skip-validation --fetch-remote-resources --local-files --benchmark-id -- cpe"
3535 opts[oscap:xccdf:remediate]="--result-id --skip-validation --fetch-remote-resources --local-files --results --results-arf --report --oval-results --export-variables --cpe --check-engine-results --progress --progress-full"
3636 opts[oscap:xccdf:resolve]="-o --output -f --force"
3737 opts[oscap:xccdf:generate]="--profile"
3838 opts[oscap:xccdf:generate:report]="-o --output --result-id --profile"
3939 opts[oscap:xccdf:generate:guide]="-o --output --hide-profile-info --profile --benchmark-id --xccdf-id --tailoring-file --tailoring-id --skip-signature-validation --enforce-signature"
4040 opts[oscap:xccdf:generate:fix]="-o --output --profile --result-id --profile --fix-type --xccdf-id --benchmark-id --tailoring-file --tailoring-id --skip-signature-validation --enforce-signature"
4141 opts[oscap:xccdf:generate:custom]="-o --output --stylesheet"
42- opts[oscap:info]="--fetch-remote-resources --local-files --profile --profiles"
42+ opts[oscap:info]="--fetch-remote-resources --local-files --profile --profiles --references "
4343
4444 # local variables
4545 local std cmd i prev
4646 local c=1
4747 local cur="`_get_cword`"
4848 local prog="${COMP_WORDS[0]}"
4949 local modpath='oscap'
50- _split_longopt || prev="${COMP_WORDS[$COMP_CWORD-1]}"
50+ _comp__split_longopt || prev="${COMP_WORDS[$COMP_CWORD-1]}"
5151
5252 # get module path
5353 while [ $c -lt $COMP_CWORD ]; do
You can’t perform that action at this time.
0 commit comments