Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeliveryOptions ¶
type DeliveryOptions struct {
Delay string
}
DeliveryOptions
func (*DeliveryOptions) AddFlags ¶ added in v0.3.0
func (o *DeliveryOptions) AddFlags(cmd *cobra.Command)
type DiffOptions ¶ added in v0.4.0
DiffOptions
func (*DiffOptions) AddFlags ¶ added in v0.4.0
func (o *DiffOptions) AddFlags(cmd *cobra.Command)
type EventOptions ¶
type EventOptions struct {
Event event.Event
Extensions []string // in the form key=value
Now bool
}
EventOptions
func (*EventOptions) AddFlags ¶ added in v0.3.0
func (o *EventOptions) AddFlags(cmd *cobra.Command)
type FilenameOptions ¶
FilenameOptions
func (*FilenameOptions) AddFlags ¶ added in v0.3.0
func (o *FilenameOptions) AddFlags(cmd *cobra.Command)
type HistoryOptions ¶ added in v0.3.0
HistoryOptions
func (*HistoryOptions) AddFlags ¶ added in v0.3.0
func (o *HistoryOptions) AddFlags(cmd *cobra.Command)
type PathOptions ¶
type PathOptions struct {
Path string
}
PathOptions
func (*PathOptions) AddFlags ¶ added in v0.3.0
func (o *PathOptions) AddFlags(cmd *cobra.Command)
type PortOptions ¶
type PortOptions struct {
Port int
}
PortOptions
func (*PortOptions) AddFlags ¶ added in v0.3.0
func (o *PortOptions) AddFlags(cmd *cobra.Command)
type TeeOptions ¶
TeeOptions
func (*TeeOptions) AddFlags ¶ added in v0.3.0
func (o *TeeOptions) AddFlags(cmd *cobra.Command)
type VerboseOptions ¶
type VerboseOptions struct {
Verbose bool
}
VerboseOptions
func (*VerboseOptions) AddFlags ¶ added in v0.3.0
func (o *VerboseOptions) AddFlags(cmd *cobra.Command)
type YAMLOptions ¶
type YAMLOptions struct {
YAML bool
}
YAMLOptions
func (*YAMLOptions) AddFlags ¶ added in v0.3.0
func (o *YAMLOptions) AddFlags(cmd *cobra.Command)
Click to show internal directories.
Click to hide internal directories.