Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
KMSCAKKSCFKA AKFACAMADCAS
brew
Commits
ed73d5b6
Commit
ed73d5b6
authored
Nov 27, 2020
by
Jonathan Chang
Browse files
system_command: widen type for `secrets`
parent
6b067167
Changes
1
Hide whitespace changes
Inline
Side-by-side
Library/Homebrew/system_command.rb
View file @
ed73d5b6
...
...
@@ -75,7 +75,7 @@ class SystemCommand
print_stdout:
T
::
Boolean
,
print_stderr:
T
::
Boolean
,
verbose:
T
::
Boolean
,
secrets:
T
::
Array
[
String
],
secrets:
T
.
any
(
String
,
T
::
Array
[
String
]
)
,
chdir:
T
.
any
(
String
,
Pathname
),
).
void
end
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment