class ChefCLI::CLI
def show_version
def show_version if omnibus_install? show_version_via_version_manifest else msg("#{ChefCLI::Dist::CLI_PRODUCT} version: #{ChefCLI::VERSION}") end end
def show_version if omnibus_install? show_version_via_version_manifest else msg("#{ChefCLI::Dist::CLI_PRODUCT} version: #{ChefCLI::VERSION}") end end