Module: LicenseFinder::CLI::MakesDecisions::ClassMethods

Defined in:
lib/license_finder/cli/makes_decisions.rb

Instance Method Summary collapse

Instance Method Details

#auditableObject



9
10
11
12
13
# File 'lib/license_finder/cli/makes_decisions.rb', line 9

def auditable
  method_option :who, desc: "The person making this decision"
  method_option :why, desc: "The reason for making this decision"
  method_option :version, desc: 'The version that will be approved'
end