<%= 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