Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CLI ¶
type CLI struct { Output string `type="path" short:"o" help:"Output directory or file" default:"."` WARC bool `group:"warc" xor:"singlefile,warc" help:"Store pages in WARC files"` SingleFile bool `group:"singlefile" xor:"singlefile,warc" help:"Store pages as single-file HTML"` Screenshot bool `help:"Enable screenshots alongside other stored files"` URL []string `arg:"" required:"" help:"URLs to capture"` }
type MultiOutput ¶
type MultiOutput struct { Create func(seq int64) (outputs.Output, error) // contains filtered or unexported fields }
func (*MultiOutput) Close ¶
func (o *MultiOutput) Close() error
type NonCloseableOutput ¶
func (*NonCloseableOutput) Close ¶
func (o *NonCloseableOutput) Close() error
type SingleOutput ¶
func (*SingleOutput) Close ¶
func (o *SingleOutput) Close() error
Click to show internal directories.
Click to hide internal directories.