Class: Pod::Command::Stable
- Inherits:
-
Pod::Command
show all
- Extended by:
- Executable
- Defined in:
- lib/cocoapods-bb-PodAssistant/command/stable.rb,
lib/cocoapods-bb-PodAssistant/command/stable/init.rb,
lib/cocoapods-bb-PodAssistant/command/stable/sync.rb,
lib/cocoapods-bb-PodAssistant/command/stable/update.rb,
lib/cocoapods-bb-PodAssistant/command/stable/install.rb
Defined Under Namespace
Classes: Init, Install, Sync, Update
Instance Method Summary
collapse
Instance Method Details
#run ⇒ Object
44
45
46
47
|
# File 'lib/cocoapods-bb-PodAssistant/command/stable.rb', line 44
def run
puts "[PodAssistant] `pod stable` 帮助文档请查看�".yellow
end
|
#validate! ⇒ Object
39
40
41
42
|
# File 'lib/cocoapods-bb-PodAssistant/command/stable.rb', line 39
def validate!
super
banner! if @help
end
|