# -*- encoding: utf-8 -*- require 'webgen/cli/utils' module Webgen module CLI # The CLI command for showing all available options. class ShowConfigCommand < CmdParse::Command def initialize # :nodoc: super('config', takes_commands: false) short_desc('Show available configuration options') long_desc(<