Sha256: 55a535f197677d363ad6fd3c380d0ef79f19d3041eb1b235708279e751db5db1

Contents?: true

Size: 276 Bytes

Versions: 36

Compression:

Stored size: 276 Bytes

Contents

# frozen_string_literal: true

module Takeltau
  # tau git
  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

36 entries across 36 versions & 1 rubygems

Version Path
takeltau-0.39.2 lib/takeltau/mutagen/cli.rb
takeltau-0.39.0 lib/takeltau/mutagen/cli.rb
takeltau-0.38.2 lib/takeltau/mutagen/cli.rb
takeltau-0.38.1 lib/takeltau/mutagen/cli.rb
takeltau-0.38.0 lib/takeltau/mutagen/cli.rb
takeltau-0.37.3 lib/takeltau/mutagen/cli.rb
takeltau-0.37.1 lib/takeltau/mutagen/cli.rb
takeltau-0.36.5 lib/takeltau/mutagen/cli.rb
takeltau-0.36.4 lib/takeltau/mutagen/cli.rb
takeltau-0.36.3 lib/takeltau/mutagen/cli.rb
takeltau-0.36.1 lib/takeltau/mutagen/cli.rb
takeltau-0.35.18 lib/takeltau/mutagen/cli.rb
takeltau-0.35.15 lib/takeltau/mutagen/cli.rb
takeltau-0.35.14 lib/takeltau/mutagen/cli.rb
takeltau-0.35.12 lib/takeltau/mutagen/cli.rb
takeltau-0.35.11 lib/takeltau/mutagen/cli.rb