Documentation
¶
Overview ¶
Package cmdutil provides small helpers shared across CLI command packages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigPath ¶
ConfigPath returns the config path from the CLI command's --config flag, or falls back to config.DefaultConfigPath.
func SplitRepos ¶
SplitRepos flattens a slice of possibly comma-separated repository strings into individual trimmed, non-empty values. It handles both repeated flag usage ([]string{"owner/repo1", "owner/repo2"}) and a single comma-separated string ([]string{"owner/repo1,owner/repo2"}).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.