cli

package
v0.0.0-...-31da6bf Latest Latest
Warning

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

Go to latest
Published: May 4, 2025 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Document

type Document struct {
	URL      *url.URL
	Title    string
	RawBody  []byte
	RootNode *html.Node
}

type ExitStatus

type ExitStatus int
const (
	ExitOK    ExitStatus = 0
	ExitError ExitStatus = 1
)

func Execute

func Execute(in io.Reader, out io.Writer, errOut io.Writer) ExitStatus

func (ExitStatus) Value

func (s ExitStatus) Value() int

Jump to

Keyboard shortcuts

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