module Simulacrum::CLI
Command-line interface for driving Simulacrum
Public Class Methods
execute!(argv)
click to toggle source
# File lib/simulacrum/cli.rb, line 7 def execute!(argv) Command.new(argv).run_and_exit end
Private Instance Methods
execute!(argv)
click to toggle source
# File lib/simulacrum/cli.rb, line 7 def execute!(argv) Command.new(argv).run_and_exit end