Class: Onceover::CLI::Init
- Inherits:
-
Object
- Object
- Onceover::CLI::Init
- Defined in:
- lib/onceover/cli/init.rb
Class Method Summary collapse
Class Method Details
.command ⇒ Object
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
# File 'lib/onceover/cli/init.rb', line 11 def self.command @cmd ||= Cri::Command.define do name 'init' usage 'init' summary 'Sets up a controlrepo for testing from scratch' description "This will generate all of the config files required for the onceover\ntool to work.\n DESCRIPTION\n\n run do |opts, args, cmd|\n Onceover::Controlrepo.init(Onceover::Controlrepo.new(opts))\n end\n end\nend\n" |