require 'pathname' lib = Pathname.new(__FILE__).dirname.join('..', 'lib').expand_path.to_s $:.unshift lib require 'citation' EntryPoint::CLI.start