# -*- encoding: utf-8 -*- require 'webgen/cli/utils' module Webgen module CLI # The CLI command for showing available extension. class ShowExtensionsCommand < CmdParse::Command def initialize # :nodoc: super('extensions', false, false, true) self.short_desc = 'Show available extensions' self.description = Utils.format_command_desc(<