Sha256: cfd6e15bdb6d94705797a60bad489522678f7466abd8058d07f45300be8e8c05
Contents?: true
Size: 413 Bytes
Versions: 10
Compression:
Stored size: 413 Bytes
Contents
<%= erb File.join('..','..','..','_license.erb') %> require 'ronin/ui/cli/command' module Ronin module UI module CLI module Commands class <%= @command_class %> < Command desc 'The <%= @command_file %> command' class_option :name, :type => :string argument :path, :type => :string def execute end end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems