cli

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ParsedFetchArgs

type ParsedFetchArgs struct {
	ForceFullFetch bool
}

func ParseFetchArgs

func ParseFetchArgs(args []string) (ParsedFetchArgs, error)

type ParsedSearchArgs

type ParsedSearchArgs struct {
	IsInteractive bool
	Query         string
	Tags          map[string]string
}

ParsedSearchArgs represents the result of parsing search CLI arguments. Query and Tags are only valid when IsInteractive is false

func ParseSearchArgs

func ParseSearchArgs(args []string) (ParsedSearchArgs, error)

Jump to

Keyboard shortcuts

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