Skip to content

Commit

Permalink
fix: cli: docs: document the env var
Browse files Browse the repository at this point in the history
  • Loading branch information
tizu69 committed Nov 25, 2024
1 parent 50f8d35 commit 89c7b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kjspkg/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 89c7b8f

Please sign in to comment.