Sha256: 659e924d9e0af06b025589866c15675a65bf8ff1b750fcfd9a9cb9241187d2be
Contents?: true
Size: 406 Bytes
Versions: 1
Compression:
Stored size: 406 Bytes
Contents
<%= erb File.join('..','..','..','_license.erb') %> require 'ronin/ui/command_line/command' module Ronin module UI module CommandLine module Commands class <%= @command_class %> < Command desc 'A command' class_option :name, :type => :string argument :path, :type => :string def default end end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ronin-gen-1.0.0.pre1 | data/ronin/gen/library/lib/ronin/ui/command_line/commands/command.rb.erb |