Documentation ¶ Index ¶ type Options func MustParseOptions() (opt Options) type SaveURL func (c *SaveURL) Run() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Options ¶ type Options struct { List string `short:"i" help:"URL list file."` NoFooter bool `help:"Do not append footer"` Verbose bool `short:"v" help:"Verbose printing."` About about `help:"About."` URL []string `arg:"" optional:""` } func MustParseOptions ¶ func MustParseOptions() (opt Options) type SaveURL ¶ type SaveURL struct { Options } func (*SaveURL) Run ¶ func (c *SaveURL) Run() error Source Files ¶ View all Source files cmd.go opt.go Click to show internal directories. Click to hide internal directories.