class ToposPlayground::Command::Clean
  
  - ToposPlayground::Command::Clean
- ToposPlayground::Command
- Reference
- Object
Defined in:
topos-playground/command/clean.crClass Method Summary
Instance Method Summary
- #completion_banner
- #remove_working_directory
- 
        #run
        
          All subclasses must implement #run, which is responsible for carrying out the logic of the command.
- #shutdown_erc20_messagine_protocol_infra
- #shutdown_redis
- #verify_execution_path
- #verify_working_directory
Instance methods inherited from class ToposPlayground::Command
  
  
    
      config : Config
    config, 
    
  
    
      config=(config : Config)
    config=, 
    
  
    
      run
    run, 
    
  
    
      run_process(command, chdir = ".", env : Process::Env = nil, shell : Bool = true)run_process(command, chdir = ".", background : Bool = false, env : Process::Env = nil) run_process
Constructor methods inherited from class ToposPlayground::Command
  
  
    
      new(config : Config)
    new
    
  
    
  Class methods inherited from class ToposPlayground::Command
  
  
    
      config : Config
    config, 
    
  
    
      config=(config : Config)
    config=, 
    
  
    
      levenshtein_options
    levenshtein_options, 
    
  
    
      log_to_file?(config)
    log_to_file?, 
    
  
    
      options(parser, config)
    options, 
    
  
    
      run_process(command, chdir = ".", background : Bool = false, env : Process::Env = nil)run_process(command, chdir = ".", env : Process::Env = nil, shell : Bool = true) run_process
Class Method Detail
Instance Method Detail
        
        def run
        #
      
      
        
              Description copied from class ToposPlayground::Command
            
          
          All subclasses must implement #run, which is responsible for carrying out the
logic of the command.