lib/ronin/ui/cli/model_command.rb in ronin-1.0.0.pre4 vs lib/ronin/ui/cli/model_command.rb in ronin-1.0.0.rc1
- old
+ new
@@ -23,9 +23,12 @@
require 'set'
module Ronin
module UI
module CLI
+ #
+ # A base-command for querying and exporting {Model}s.
+ #
class ModelCommand < Command
class_option :csv, :type => :boolean
class_option :xml, :type => :boolean
class_option :yaml, :type => :boolean