From 89c7b8f86ab99d5c000b69884b52cb444aad1c19 Mon Sep 17 00:00:00 2001 From: tizu69 <60812901+tizu69@users.noreply.github.com> Date: Mon, 25 Nov 2024 20:03:31 +0100 Subject: [PATCH] fix: cli: docs: document the env var --- cmd/kjspkg/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/kjspkg/main.go b/cmd/kjspkg/main.go index b127051..6cef6f7 100644 --- a/cmd/kjspkg/main.go +++ b/cmd/kjspkg/main.go @@ -26,7 +26,7 @@ var cli struct { Verbose bool `help:"Print verbose"` Quiet bool `help:"No non-error output" short:"q" hidden:""` Path string `help:"Path to KubeJS directory (defaults to current)" default:"." type:"existingdir"` - Source string `help:"URL source to package list" type:"url"` + Source string `help:"URL source to package list (takes preference over KJSPKG_REPO envvar)" type:"url"` Install CInstall `cmd:"" help:"Installs packages" aliases:"download"` Remove CRemove `cmd:"" help:"Removes packages" aliases:"uninstall"`