app

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2024 License: GPL-2.0 Imports: 11 Imported by: 0

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.

func Run

func Run(args []string) int

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL