Class: AlacrittyThemes::CLI

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

Overview

CLI entry point

Instance Method Summary collapse

Instance Method Details

#start(argv) ⇒ Object



11
12
13
14
# File 'lib/alacritty_themes.rb', line 11

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