options

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GHTopDepOptions

type GHTopDepOptions struct {
	Version      bool   // Version is a flag that prints the current version.
	URL          string // URL is the URL to fetch repositories from.
	Repositories bool   // Repositories is a flag that indicates if repositories should be fetched.
	Table        bool   // Table is a flag that indicates if the output should be in table format.
	Description  bool   // Description is a flag that indicates if the description of the repository should be fetched.
	Rows         int    // Rows is the number of rows to show.
	MinStar      int    // MinStar is the minimum number of stars to show.
	Search       string // Search is the search code at dependents (repositories/packages).
	Token        string // Token is the GitHub token to use for authenticated requests.
	OutputFile   string // Output is the file to write founds to.
}

Jump to

Keyboard shortcuts

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