Sha256: fd60a1b6dcea28b9bb9db58b186c7d5f5f4fb9ed3b09c2b419d2af7ba2d672f1

Contents?: true

Size: 531 Bytes

Versions: 1

Compression:

Stored size: 531 Bytes

Contents

require 'claide'
require 'instrumentality/version'

module Instrumentality
  class Command < CLAide::Command
    require 'instrumentality/command/benchmark'
    require 'instrumentality/command/file_activity'
    require 'instrumentality/command/generate_header'
    require 'instrumentality/command/custom'

    self.abstract_command = true
    self.command = 'instr'
    self.version = Instrumentality::VERSION
    self.description = <<-DESC
      Command line interface to profiling tools for iOS development
    DESC
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
instrumentality-0.1.0 lib/instrumentality/command.rb