Class: Vcs2JsonCLI::Main
- Inherits:
- 
      Thor
      
        - Object
- Thor
- Vcs2JsonCLI::Main
 
- Defined in:
- lib/cli/main.rb
Class Method Summary collapse
- 
  
    
      .exit_on_failure?  ⇒ Boolean 
    
    
  
  
  
  
  
  
  
  
  
    default thor behavior is to return exit 0 on errors (i.e., success..) by having exit_on_failure return true, exit(1) is returned instead. 
Instance Method Summary collapse
Class Method Details
.exit_on_failure? ⇒ Boolean
default thor behavior is to return exit 0 on errors (i.e., success..) by having exit_on_failure return true, exit(1) is returned instead
| 18 19 20 | # File 'lib/cli/main.rb', line 18 def self.exit_on_failure? true end |