Class: Takelage::BitCheck
- Inherits:
-
SubCommandBase
- Object
- Thor
- SubCommandBase
- Takelage::BitCheck
- Includes:
- BitCheckWorkspace, ConfigModule, LoggingModule, SystemModule
- Defined in:
- lib/takelage/bit/check/cli.rb
Overview
takelage bit check
Instance Method Summary collapse
-
#workspace ⇒ Object
Check if a bit workspace exists.
Methods included from BitCheckWorkspace
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
Methods inherited from SubCommandBase
Instance Method Details
#workspace ⇒ Object
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 |