package
0.1.5
Repository: https://github.com/google/osv-scalibr.git
Documentation: pkg.go.dev

# Functions

NewStringListFlag creates a new StringListFlag with the given default value.
ValidateFlags validates the passed command line flags.

# Structs

Flags contains a field for all the cli flags that can be set.
StringListFlag is a type to be passed to flag.Var that supports list flags passed as repeated flags, e.g.

# Type aliases

Array is a type to be passed to flag.Var that supports arrays passed as repeated flags, e.g.