Sha256: efdd62a1d2dabd886b02a48bdc5c4550a0dad0f807c2aa5a235f4972c7d03805

Contents?: true

Size: 280 Bytes

Versions: 8

Compression:

Stored size: 280 Bytes

Contents

# frozen_string_literal: true

module Takeltau
  # tau mutagen
  class Mutagen < SubCommandBase
    desc 'check [COMMAND]', 'Check mutagen'
    subcommand 'check', MutagenCheck

    desc 'socket [COMMAND]', 'Manage mutagen socket'
    subcommand 'socket', MutagenSocket
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
takeltau-0.43.16 lib/takeltau/mutagen/cli.rb
takeltau-0.43.15 lib/takeltau/mutagen/cli.rb
takeltau-0.43.14 lib/takeltau/mutagen/cli.rb
takeltau-0.43.10 lib/takeltau/mutagen/cli.rb
takeltau-0.43.6 lib/takeltau/mutagen/cli.rb
takeltau-0.43.4 lib/takeltau/mutagen/cli.rb
takeltau-0.43.2 lib/takeltau/mutagen/cli.rb
takeltau-0.43.1 lib/takeltau/mutagen/cli.rb