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

Version Path
scout-gear-10.7.3 share/templates/command
scout-gear-10.7.2 share/templates/command
scout-gear-10.7.1 share/templates/command
scout-gear-10.7.0 share/templates/command
scout-gear-10.4.0 share/templates/command
scout-gear-10.3.0 share/templates/command
scout-gear-10.2.0 share/templates/command
scout-gear-10.1.0 share/templates/command
scout-gear-10.0.1 share/templates/command
scout-gear-9.1.0 share/templates/command
scout-gear-9.0.0 share/templates/command