Documentation ¶
Overview ¶
Package app is the main package for the application.
Index ¶
Constants ¶
View Source
const ( // ErrEmptyInput is the error returned when no URL or input file is // provided. ErrEmptyInput xerrors.Error = "no URL or input file provided" // ErrTooManyInputs is the error returned when both URL and an input file // are provided. ErrTooManyInputs xerrors.Error = "URL and input file provided; provide only one" )
Variables ¶
This section is empty.
Functions ¶
func ExtractAction ¶
func ExtractAction(ctx *cli.Context) error
ExtractAction is the main action for the application.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.