Class: XCCache::Command::Build
- Inherits:
-
XCCache::Command
- Object
- CLAide::Command
- XCCache::Command
- XCCache::Command::Build
- Defined in:
- lib/xccache/command/build.rb
Instance Attribute Summary
Attributes inherited from XCCache::Command
#build_options, #install_options
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(argv) ⇒ Build
constructor
A new instance of Build.
- #run ⇒ Object
Methods inherited from XCCache::Command
Methods included from XCCache::Config::Mixin
Constructor Details
#initialize(argv) ⇒ Build
Returns a new instance of Build.
18 19 20 21 |
# File 'lib/xccache/command/build.rb', line 18 def initialize(argv) super @targets = argv.arguments! end |
Class Method Details
.options ⇒ Object
8 9 10 11 12 13 |
# File 'lib/xccache/command/build.rb', line 8 def self. [ *Options., ["--recursive", "Whether to build their recursive targets if cache-missed (default: false)"], ].concat(super) end |