module Guard

def init(cmdline_options)

def init(cmdline_options)
  @state = Internals::State.new(cmdline_options)
end