Sha256: afc966ce01c364472bf4ea59ddbaf84ab4bbef53bca300ebc0f4ffeac8166639
Contents?: true
Size: 522 Bytes
Versions: 6
Compression:
Stored size: 522 Bytes
Contents
#!/usr/bin/env ruby require "rubygems" require ::File.dirname(__FILE__) + "/../lib/columbus" require 'git-style-binary/command' GitStyleBinary.primary do @theme = :short version "Columbus" banner <<-EOS Usage: #{$0} #{all_options_string} COMMAND [ARGS] The #{$0} subcommands commands are: \#{GitStyleBinary.pretty_known_subcommands.join(" ")} See '#{$0} help COMMAND' for more information on a specific command. EOS run do |command| puts "You need to type a subcommand. Use -h for more" end end
Version data entries
6 entries across 6 versions & 1 rubygems