class Omnibus::Command
 
  - Omnibus::Command
- Omnibus::BaseCommand
- Reference
- Object
Defined in:
omnibus/builder.crConstructors
Instance Method Summary
- #chdir : String?
- #command : String
- #env : Hash(String, String)?
- #execute(name, color)
- #log_output(name, output, error, color)
Instance methods inherited from class Omnibus::BaseCommand
  
  
    
      execute(name : Symbol, color : Symbol)
    execute
    
  
    
    
    
  
    
    
    
    
  
    
    
    
    
  
Constructor Detail
        
        def self.new(command : String, *, chdir : String | Nil = nil, env : Hash(String, String) | Nil = nil)
        #