mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
Fix changed inherited options in pods-plugin
This commit is contained in:
parent
4224c2a1af
commit
9304945e06
1 changed files with 1 additions and 1 deletions
|
|
@ -64,8 +64,8 @@ local -a _inherited_options
|
|||
_inherited_options=(
|
||||
'(--silent)--silent[Show nothing]' \
|
||||
'(--version)--version[Show the version of CocoaPods]' \
|
||||
'(--no-color)--no-color[Show output without color]' \
|
||||
'(--verbose)--verbose[Show more debugging information]' \
|
||||
'(--no-ansi)--no-ansi[Show output without ANSI codes]' \
|
||||
'(--help)--help[Show help banner of specified command]'
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue