Method: GLI::AppSupport#config_file_name
- Defined in:
- lib/gli/app_support.rb
#config_file_name ⇒ Object
Return the name of the config file; mostly useful for generating help docs
94 95 96 |
# File 'lib/gli/app_support.rb', line 94 def config_file_name #:nodoc: @config_file end |