Sha256: 864f4b5e66ec01c79046fe5baafb48bdae2874084b0ae2328dbf7b1841f25efd
Contents?: true
Size: 507 Bytes
Versions: 42
Compression:
Stored size: 507 Bytes
Contents
require_relative "../lib/octopolo/scripts" module Octopolo module Scripts class <%= class_name %> < Clamp::Command include ConfigWrapper include CLIWrapper # review https://github.com/mdub/clamp#declaring-options for how to # declare options, flags, and parameters to the script # banner %Q( # The description banner to display with --help # ) def execute # code for the script goes here end end end end # vim: set ft=ruby: #
Version data entries
42 entries across 42 versions & 1 rubygems