module Rochambeau

typed: strict

typed: strict

typed: strict

Public Class Methods

execute() click to toggle source
# File lib/rochambeau.rb, line 20
def self.execute
  Rochambeau::Cli.start(ARGV)
rescue ArgumentError => e
  warn(e.to_s)
rescue Interrupt
  # No op.
end