Class: Bismas::CLI::XML
- Inherits:
-
Bismas::CLI
- Object
- Cyclops
- Bismas::CLI
- Bismas::CLI::XML
- Defined in:
- lib/bismas/cli/xml.rb
Constant Summary collapse
- TYPES =
%w[bismas solr]
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Bismas::CLI
#execute_options, #input_options, #require_gem, #type_option, #unsupported_type
Class Method Details
.defaults ⇒ Object
35 36 37 |
# File 'lib/bismas/cli/xml.rb', line 35 def self.defaults super.merge(type: TYPES.first) end |