list

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 5, 2025 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ModeSingleURL = "single-url"
	ModeFlags     = "flags"
)

Mode constants

Variables

View Source
var (
	AppConfig *config.Config
)

Global variables for configuration and command arguments

View Source
var ListCmd = &cobra.Command{
	Use:                   "list --vcs/-p PLUGIN_NAME --output/-o PATH [--language LANGUAGE] {--domain VCS_DOMAIN_NAME --namespace NAMESPACE | URL}",
	SilenceUsage:          true,
	DisableFlagsInUseLine: true,
	Example:               exampleListUsage,
	Short:                 "List repositories from a version control system",
	RunE:                  runListCommand,
}

ListCmd represents the command for list command.

Functions

func Init

func Init(cfg *config.Config)

Init initializes the global configuration variable and sets the long description for the ListCmd command.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL