# -*- 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', false, false, true) self.short_desc = 'Show available configuration options' self.description = Utils.format_command_desc(<