command :test do |c|
  c.action do |args, options|
    config=Devinstall::Settings.instance
    load_defaults unless options.config
    type = options.type ? options.type.to_sym : config.defaults(:type)