Sha256: 52b68a2a3eef314e8173dab12e4b50db8a127ba99ceaa6a741ceb758db084eee
Contents?: true
Size: 401 Bytes
Versions: 11
Compression:
Stored size: 401 Bytes
Contents
#!/usr/bin/env ruby require 'scout' $0 = "scout #{$previous_commands.any? ? $previous_commands*" " + " " : "" }#{ File.basename(__FILE__) }" if $previous_commands options = SOPT.setup <<EOF Description of the tool $ #{$0} [<options>] <filename> [<other|->]* -h--help Print this help EOF if options[:help] if defined? scout_usage scout_usage else puts SOPT.doc end exit 0 end
Version data entries
11 entries across 11 versions & 1 rubygems