add :arg shell_parameter
This commit is contained in:
parent
b901e5873d
commit
50ae38a372
@ -435,6 +435,8 @@ module RuboCop
|
||||
nil
|
||||
elsif shell_parameter_stripped == "--"
|
||||
:flag
|
||||
elsif shell_parameter_stripped == "--shell="
|
||||
:arg
|
||||
else
|
||||
"\"#{shell_parameter_stripped}\""
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user