Cli Application Interface
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