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

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

Instance Method Summary collapse

Instance Method Details

#auditableObject



11
12
13
14
15
# File 'lib/license_finder/cli/makes_decisions.rb', line 11

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