Sha256: 787246d963dee318dab90b34aa51a2dc1001592e067c87e6309716f41309922b
Contents?: true
Size: 384 Bytes
Versions: 1
Compression:
Stored size: 384 Bytes
Contents
#!/usr/bin/env ruby require ‘gli’ require 'itools' include GLI::App program_desc 'a collection of tools for ios developer' version Itools::VERSION desc "Analyze the memory footprint of each part or component in Xcode project" arg 'xxx.txt linkmap' command :parse do |c| c.action do |global_options, options, args| Itools::LinkMap.parser(args[0]) end exit run(ARGV)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
itools-0.1.0 | bin/itools |