Sha256: 52a339eee40c610085293e36301ea194df8dc1b1f2e85c664c91a4436c315c8c

Contents?: true

Size: 504 Bytes

Versions: 6

Compression:

Stored size: 504 Bytes

Contents

# frozen_string_literal: true

module Takeltau
  # takeltau 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

6 entries across 6 versions & 1 rubygems

Version Path
takeltau-0.34.15 lib/takeltau/bit/check/cli.rb
takeltau-0.34.14 lib/takeltau/bit/check/cli.rb
takeltau-0.34.13 lib/takeltau/bit/check/cli.rb
takeltau-0.34.12 lib/takeltau/bit/check/cli.rb
takeltau-0.34.11 lib/takeltau/bit/check/cli.rb
takeltau-0.34.9 lib/takeltau/bit/check/cli.rb