Method: Keybox::Application::PasswordSafe#default_options
- Defined in:
- lib/keybox/application/password_safe.rb
#default_options ⇒ Object
115 116 117 118 119 120 121 122 123 124 125 |
# File 'lib/keybox/application/password_safe.rb', line 115 def = OpenStruct.new .debug = 0 .show_help = false .show_version = false .config_file = Keybox::Application::PasswordSafe::DEFAULT_CONFIG .db_file = Keybox::Application::PasswordSafe::DEFAULT_DB .use_password_hash_for_url = false .color_scheme = Keybox::Application::PasswordSafe::DEFAULT_COLOR_SCHEME return end |