MCPcopy Create free account
hub / github.com/devnullvoid/pvetui / newCommunityScriptsSearchCmd

Function newCommunityScriptsSearchCmd

internal/cli/community_scripts.go:80–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78}
79
80func newCommunityScriptsSearchCmd() *cobra.Command {
81 return &cobra.Command{
82 Use: "search <query>",
83 Short: "Search available community scripts",
84 Example: ` pvetui community-scripts search nextcloud
85 pvetui community-scripts search docker --output table`,
86 Args: cobra.ExactArgs(1),
87 RunE: runCommunityScriptsSearch,
88 }
89}
90
91func newCommunityScriptsShowCmd() *cobra.Command {
92 return &cobra.Command{

Callers 1

newCommunityScriptsCmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected