Sha256: d02a85ec8de2c5dd7005c6ed1bf0fea9b843727ecd4de57e642931922f684086

Contents?: true

Size: 371 Bytes

Versions: 4

Compression:

Stored size: 371 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! Locd.config.cli_log_config

# 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.13 exe/locd
locd-0.1.12 exe/locd
locd-0.1.11 exe/locd
locd-0.1.10 exe/locd