Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmbedEmail ¶
type EmbedEmail struct {
Options
}
func (*EmbedEmail) Run ¶
func (c *EmbedEmail) Run() (err error)
type Options ¶
type Options struct {
RetainGif bool `name:"retain-gif" help:"Will not convert gif into mp4."`
UserAgent string `short:"u" name:"user-agent" help:"Set header field User-Agent of http requests" default:"Wget/1.21.3"`
Verbose bool `short:"v" help:"Verbose printing."`
MediaDir string `hidden:"" default:"media"`
About about `help:"About."`
Eml []string `name:".eml" arg:"" optional:"" help:"list of .eml files"`
}
func MustParseOptions ¶
func MustParseOptions() (opts Options)
Click to show internal directories.
Click to hide internal directories.