Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = &cobra.Command{ Use: "extract", Short: "Extracts the URLs from one or many WARC file(s)", Long: `Extracts the URLs from one or many WARC file(s)`, Args: cobra.MinimumNArgs(1), Run: extract, }
Command represents the extract command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.