module AssistedWorkflow

Constants

VERSION

Public Instance Methods

awfile() click to toggle source
# File lib/assisted_workflow/cli.rb, line 147
def awfile
  case
    when options[:awfile] then options[:awfile]
    when options[:global] then GLOBAL_CONFIG
    else LOCAL_CONFIG
  end
end