Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StepCreateOptions ¶
type StepCreateOptions struct {
StepOptions
}
StepCreateOptions contains the command line flags
type StepGitMergeOptions ¶
type StepGitMergeOptions struct {
StepOptions
SHAs []string
Remote string
Dir string
BaseBranch string
BaseSHA string
}
StepGitMergeOptions contains the command line flags
type StepOptions ¶
type StepOptions struct {
*opts.CommonOptions
DisableImport bool
OutDir string
}
GetOptions is the start of the data required to perform the operation. As new fields are added, add them here instead of referencing the cmd.Flags()
type StepUpdateOptions ¶
type StepUpdateOptions struct {
StepOptions
}
StepUpdateOptions contains the command line flags
Click to show internal directories.
Click to hide internal directories.