bin/githubrepo in githubrepo-0.1.0 vs bin/githubrepo in githubrepo-0.2.0

- old
+ new

@@ -2,12 +2,15 @@ require File.expand_path '../lib/githubrepo', File.dirname(__FILE__) require 'commander/import' program :name, 'githubrepo' -program :version, '0.1.0' -program :description, 'Create GitHub repositories from the command line' +program :version, '0.2.0' +program :description, 'Create GitHub repositories from the command line. +OSX: repository URL is automatically copied to clipboard. +Linux: install xclip (sudo apt-get xclip) and URL will auto copy to clipboard. +Windows: run "gem install ffi" and URL will auto copy to clipboard.' program :help, 'Author', 'Elikem Adadevoh <elikem@gmail.com>' command :create do |c| c.syntax = 'githubrepo create [options]' @@ -41,6 +44,6 @@ default_command :create def cli(attributes) Githubrepo.create(attributes) -end \ No newline at end of file +end