Class: Speccloak::CLI
- Inherits:
-
Object
- Object
- Speccloak::CLI
- Defined in:
- lib/speccloak/cli.rb
Class Method Summary collapse
Class Method Details
.start(argv) ⇒ Object
9 10 11 12 13 14 |
# File 'lib/speccloak/cli.rb', line 9 def self.start(argv) config = default_config config.merge!(load_yaml_config) if File.exist?(".speccloak.yml") (argv, config) run_checker(config) end |