module Launchy

def dry_run?

def dry_run?
  @dry_run || to_bool(ENV.fetch("LAUNCHY_DRY_RUN", nil))
end