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.42.7 lib/takeltau/mutagen/cli.rb
takeltau-0.42.5 lib/takeltau/mutagen/cli.rb
takeltau-0.42.4 lib/takeltau/mutagen/cli.rb
takeltau-0.42.3 lib/takeltau/mutagen/cli.rb
takeltau-0.42.0 lib/takeltau/mutagen/cli.rb
takeltau-0.41.10 lib/takeltau/mutagen/cli.rb
takeltau-0.41.9 lib/takeltau/mutagen/cli.rb
takeltau-0.41.0 lib/takeltau/mutagen/cli.rb
takeltau-0.40.11 lib/takeltau/mutagen/cli.rb
takeltau-0.40.9 lib/takeltau/mutagen/cli.rb
takeltau-0.40.7 lib/takeltau/mutagen/cli.rb
takeltau-0.40.6 lib/takeltau/mutagen/cli.rb
takeltau-0.40.4 lib/takeltau/mutagen/cli.rb
takeltau-0.40.3 lib/takeltau/mutagen/cli.rb
takeltau-0.40.1 lib/takeltau/mutagen/cli.rb
takeltau-0.40.0 lib/takeltau/mutagen/cli.rb
takeltau-0.39.18 lib/takeltau/mutagen/cli.rb
takeltau-0.39.16 lib/takeltau/mutagen/cli.rb
takeltau-0.39.11 lib/takeltau/mutagen/cli.rb
takeltau-0.39.7 lib/takeltau/mutagen/cli.rb