Sha256: 5d97721acf6554fb413d9a398516439b3916029cf3a7229136c76a2bd68e4a40
Contents?: true
Size: 456 Bytes
Versions: 4
Compression:
Stored size: 456 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 <mattt@me.com>' 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.1.1 | ./bin/wwdc |
wwdc-1.1.1 | bin/wwdc |
wwdc-1.1.0 | ./bin/wwdc |
wwdc-1.1.0 | bin/wwdc |