Sha256: 8a2bce15333f8f7b54c5b30d2d8ee71802964c61d4572264817309fd4cf9a909
Contents?: true
Size: 463 Bytes
Versions: 4
Compression:
Stored size: 463 Bytes
Contents
#!/usr/bin/env ruby require 'commander/import' require 'wwdc' HighLine.track_eof = false # Fix for built-in Ruby Signal.trap("INT") {} # Suppress backtrace when exiting command program :version, WWDC::VERSION program :description, 'A command-line interface for accessing WWDC session content' program :help, 'Author', 'Mattt Thompson <m@mattt.me>' program :help, 'Website', 'https://github.com/mattt' program :help_formatter, :compact default_command :help
Version data entries
4 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wwdc-1.0.0 | ./bin/wwdc |
wwdc-1.0.0 | bin/wwdc |
wwdc-0.0.2 | ./bin/wwdc |
wwdc-0.0.2 | bin/wwdc |