Sha256: eafcaa0928cd5719b528a3a063992a5eaebcff96300f09e2129d3f4f43124ff3
Contents?: true
Size: 339 Bytes
Versions: 2
Compression:
Stored size: 339 Bytes
Contents
#!/usr/bin/env ruby $LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..', 'lib') require 'gmail_cli' require 'getoptions' begin options = GetOptions.new(GmailCli::Shell::OPTIONS) GmailCli::Shell.new(options,ARGV).run rescue Exception => e $stderr.puts "That wasn't meant to happen! #{e.message}" GmailCli::Shell.usage end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gmail_cli-0.1.0 | bin/gmail_cli |
gmail_cli-0.0.1 | bin/gmail_cli |