Sha256: eccea52733d3c3b38b7b821f253cf1dcfe4672eb80428291362b7f91fc7f67c2
Contents?: true
Size: 391 Bytes
Versions: 4
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::Log.setup_for_cli! application: 'Locd', dest: $stderr, sync: true # Logger for this file logger = NRSER::Log[__FILE__] require 'locd/cli' Locd::CLI::Command::Main.exec!
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
locd-0.1.9 | exe/locd |
locd-0.1.8 | exe/locd |
locd-0.1.7 | exe/locd |
locd-0.1.6 | exe/locd |