Class: Bkmrq::Cli::App

Inherits:
Object
  • Object
show all
Defined in:
lib/bkmrq/cli/app.rb

Overview

Cli Application Interface

Class Method Summary collapse

Class Method Details

.run!Object



10
11
12
13
14
# File 'lib/bkmrq/cli/app.rb', line 10

def self.run!
  Bkmrq::Application
    .new(opts: Bkmrq::Cli::ArgParser.parse!)
    .export!
end