Sha256: 7980072006c121cb1f12fc1e7e8bb8112d25bacbd768d20c0cc55c7e4006a990

Contents?: true

Size: 362 Bytes

Versions: 1

Compression:

Stored size: 362 Bytes

Contents

class UsageCommand < Clamp::Command
  option ['--project'], 'PROJECT', 'Path to the xcodeproj'
  option ['--scheme'], 'SCHEME', 'The scheme that the project was built in'
  option ['--workspace'], 'WORKSPACE', 'Path to the workspace'

  def execute
    results = Depcheck.run(project, workspace, scheme)
    Depcheck::SimpleOutput.post_usage(results)
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
depcheck-0.5.0 lib/depcheck/command/usage_command.rb