config

package
v0.0.8 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2021 License: Apache-2.0 Imports: 6 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GitXargsConfig

type GitXargsConfig struct {
	DryRun                 bool
	SkipPullRequests       bool
	SkipArchivedRepos      bool
	BranchName             string
	CommitMessage          string
	PullRequestTitle       string
	PullRequestDescription string
	ReposFile              string
	GithubOrg              string
	RepoSlice              []string
	RepoFromStdIn          []string
	Args                   []string
	GithubClient           auth.GithubClient
	GitClient              local.GitClient
	Stats                  *stats.RunStats
}

GitXargsConfig is the internal representation of a given git-xargs run as specified by the user

func NewGitXargsConfig

func NewGitXargsConfig() *GitXargsConfig

NewGitXargsConfig sets reasonable defaults for a GitXargsConfig and returns a pointer to a the config

func NewGitXargsTestConfig

func NewGitXargsTestConfig() *GitXargsConfig

Jump to

Keyboard shortcuts

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