Sha256: 41b7319ceb00d68ada76836448521d8533bd3c8eb85380cbe070f13d177272b6
Contents?: true
Size: 348 Bytes
Versions: 35
Compression:
Stored size: 348 Bytes
Contents
# frozen_string_literal: true require 'nanoc-cli' # @api private module Nanoc::OrigCLI module Commands end end Nanoc::CLI.after_setup do root = File.dirname(__FILE__) commands_path = File.join(root, 'orig_cli', 'commands') Nanoc::CLI.add_command(Cri::Command.load_file(File.join(commands_path, 'show-rules.rb'), infer_name: true)) end
Version data entries
35 entries across 35 versions & 1 rubygems