Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AffectedCmd ¶
type AffectedCmd struct {
CommonArgs
ChangeArgs
IncludeChanged bool `default:"true" help:"include changed packages"`
}
func (*AffectedCmd) Run ¶
func (c *AffectedCmd) Run() error
type ChangeArgs ¶
type ChangeArgs struct {
SinceRef string `default:"HEAD^" help:"The ref to compare against."`
IncludeDirty bool `default:"false" help:"Include uncommitted changes."`
}
ChangeArgs are args common to git change related commands
type ChangedCmd ¶
type ChangedCmd struct {
CommonArgs
ChangeArgs
}
func (*ChangedCmd) Run ¶
func (c *ChangedCmd) Run() error
type CommonArgs ¶
type CommonArgs struct {
GitDir string `default:"." type:"existingdir" help:"The git repository to use."`
}
CommonArgs are args common to all commands
Click to show internal directories.
Click to hide internal directories.