cmd

package
v0.0.0-...-963e96b Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ScanCmd = &cli.Command{
		Name:      "Scan",
		Usage:     "Scan",
		Args:      true,
		ArgsUsage: "(path)...",
		Action:    Scan,
		Flags: []cli.Flag{
			&cli.UintFlag{
				Name:  "max-bytecode-major-version",
				Usage: "max bytecode major version",
			},
			&cli.BoolFlag{
				Name:  "list-class-files",
				Usage: "list class files",
			},
		},
	}
)

Functions

func Scan

func Scan(cCtx *cli.Context) error

Types

This section is empty.

Jump to

Keyboard shortcuts

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