Sha256: c82729aa548572970894cd596b4b0edefd5a816035a3450655f28c9ee6154314
Contents?: true
Size: 504 Bytes
Versions: 61
Compression:
Stored size: 504 Bytes
Contents
# frozen_string_literal: true module Takelage # takelage bit check class BitCheck < SubCommandBase include LoggingModule include SystemModule include ConfigModule include BitCheckWorkspace # # bit check workspace # desc 'workspace', 'Check if a bit workspace exists' long_desc <<-LONGDESC.gsub("\n", "\x5") Check if a bit workspace exists LONGDESC # Check if a bit workspace exists. def workspace exit bit_check_workspace end end end
Version data entries
61 entries across 61 versions & 1 rubygems