Class: AlacrittyThemes::CLI

Inherits:
Object
  • Object
show all
Includes:
FileHelper
Defined in:
lib/alacritty_themes.rb

Overview

:nodoc:

Instance Method Summary collapse

Methods included from FileHelper

#create_backup_file, #create_directory_path, #create_file, #directory_path, #does_file_exist?, #does_path_exist?, #file_path

Instance Method Details

#start(argv) ⇒ Object



13
14
15
16
# File 'lib/alacritty_themes.rb', line 13

def start(argv)
  options = parse_options(argv)
  execute_command(options)
end