Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InitOptions ¶
type InitOptions struct { Force bool `short:"f" long:"force" description:"Force init if config already exists."` GitHub gitHubInitOptions }
func (*InitOptions) Execute ¶
func (opts *InitOptions) Execute(args []string) error
type Options ¶
type Options struct { Init InitOptions `command:"init" description:"Create a sync config."` DryRun bool `short:"n" long:"dry-run" description:"Print actions instead of doing them."` Jobs *int `short:"j" long:"jobs" value-name:"N" description:"Run up to N actions in parallel. (default: NumCPU)"` KeepGoing bool `short:"k" long:"keep-going" description:"Keep going even if an action fails."` Prune bool `short:"p" long:"prune" description:"Remove extra repositories."` }
Source Files
¶
Click to show internal directories.
Click to hide internal directories.