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