Top Level Namespace
Defined Under Namespace
Modules: ConfC
Constant Summary collapse
- BANNER =
rubocop:disable Layout/IndentHeredoc
<<-BANNER.freeze Usage: #{Rainbow('confc').green} [options] [filenames...] Clone your default configuration files to current working directory. BANNER
- AWW =
rubocop:enable Layout/IndentHeredoc
'(。◕‿◕。)'.freeze
- DEFAULT_CONFIG =
{ 'path' => ConfC.gethome, 'files' => ConfC.files, 'overwrite' => false, 'verbose' => false, 'yes' => false }.freeze
- APP_NAME =
Rainbow('ConfC').green
- WTF =
'(╯°□°)╯︵ ┻━┻'.freeze