tool

package
v0.0.0-...-146160f Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package tool contains the PVD tool.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Cmd

func Cmd() *cobra.Command

Cmd returns the main entry point command.

Types

type Column

type Column int

A Column in the output.

const (
	Module Column = iota
	Version
	Package // Imported package
	Via     // Via (at least...)

	NumCols = int(Via + 1)
)

The names of columns in the output.

func (Column) String

func (i Column) String() string

Jump to

Keyboard shortcuts

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