Sha256: d10d5999cd8ed2fad2fd25d052e0ac2a5b72ba09ef3bcdddd3ddfbf5e229a8e1
Contents?: true
Size: 418 Bytes
Versions: 4
Compression:
Stored size: 418 Bytes
Contents
<%= template 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
4 entries across 4 versions & 1 rubygems