Class: Takelage::BitCheck

Inherits:
SubCommandBase show all
Includes:
BitCheckWorkspace, ConfigModule, LoggingModule, SystemModule
Defined in:
lib/takelage/bit/check/cli.rb

Overview

takelage bit check

Instance Method Summary collapse

Methods included from BitCheckWorkspace

#bit_check_workspace

Methods included from ConfigModule

#config, #configured?, #initialize_config

Methods included from SystemModule

#command_available_else_error?, #command_available_else_warn?, #hash_to_yaml, #read_yaml_erb_file, #read_yaml_file, #rm_fr, #run, #run_and_capture, #run_and_exit, #run_and_fork, #try

Methods included from LoggingModule

#initialize_logging, #log

Methods inherited from SubCommandBase

banner, subcommand_prefix

Instance Method Details

#workspaceObject

Check if a bit workspace exists.



19
20
21
# File 'lib/takelage/bit/check/cli.rb', line 19

def workspace
  exit bit_check_workspace
end