#!/usr/bin/env ruby begin require "lucid" rescue LoadError require_relative "../lib/lucid" end app = Lucid::CLI.new(ARGV) app.start