Documentation
¶
Overview ¶
Package cli provides command-line interface handlers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleFetch ¶
HandleFetch handles the fetch command and its subcommands.
func HandleIndex ¶
HandleIndex handles the index command and its subcommands.
Types ¶
type FetchJobsConfig ¶
type FetchJobsConfig struct {
Repo string
Owner string
WorkflowID int64
Destination string
Token string
}
FetchJobsConfig holds configuration for the fetch jobs command.
Click to show internal directories.
Click to hide internal directories.