From b57a6e42f14934122be4b081fe9653f44ee60dcb Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Sun, 8 Mar 2026 22:13:01 +0100 Subject: [PATCH] feat: Add documentation URLs to CLI help text (#8874) feat: add documentation URLs to CLI help text - Add link to main documentation (https://localai.io/) - Add link to getting started guide - Add link to GitHub issues for support - Improves user experience by providing direct access to resources Reference: UX Review Issue L5 Co-authored-by: localai-bot --- cmd/local-ai/main.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cmd/local-ai/main.go b/cmd/local-ai/main.go index caf080e27..d52ff2be3 100644 --- a/cmd/local-ai/main.go +++ b/cmd/local-ai/main.go @@ -48,6 +48,11 @@ For a list of all available models run local-ai models list Copyright: Ettore Di Giacinto Version: ${version} + +For documentation and support: + Documentation: https://localai.io/ + Getting Started: https://localai.io/basics/getting_started/ + GitHub Issues: https://github.com/mudler/LocalAI/issues `, ), kong.UsageOnError(),