Class: Pindo::Command::Ios::Build

Inherits:
Pindo::Command::Ios show all
Defined in:
lib/pindo/command/ios/build.rb

Constant Summary

Constants inherited from Pindo::Command

DEFAULT_OPTIONS, DEFAULT_ROOT_OPTIONS

Instance Attribute Summary

Attributes inherited from Pindo::Command

#args_help_flag

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Pindo::Command

command_name, #initialize_options, run, use_cache?, #validate!

Methods included from Funlog::Mixin

#pindo_log_instance

Methods included from Pindoconfig::Mixin

#pindo_single_config

Constructor Details

#initialize(argv) ⇒ Build

Returns a new instance of Build.



22
23
24
# File 'lib/pindo/command/ios/build.rb', line 22

def initialize(argv)
    super
end

Class Method Details

.optionsObject



18
19
20
# File 'lib/pindo/command/ios/build.rb', line 18

def self.options
    [].concat(super)
end

Instance Method Details

#runObject

Raises:



26
27
28
29
# File 'lib/pindo/command/ios/build.rb', line 26

def run
    # TODO: 待实现
    raise Informative, "pindo ios build 命令暂未实现,请使用 pindo ios autobuild"
end