Sha256: e151b801658802ea8af725d33d39699c8a09d0ede210cbc4f916f049a4d20469
Contents?: true
Size: 391 Bytes
Versions: 1
Compression:
Stored size: 391 Bytes
Contents
#!/usr/bin/env ruby # encoding: UTF-8 # frozen_string_literal: true require 'locd' # Setup logging *before* including {Locd::CLI} so that we can get # trace/debug output from that setup if enabled via ENV vars NRSER::Logging.setup! application: 'Locd', dest: $stderr, sync: true # Logger for this file logger = SemanticLogger[__FILE__] require 'locd/cli' Locd::CLI::Command::Main.exec!
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
locd-0.1.5 | exe/locd |