package
0.0.0-20230628214157-3bfe64699e82
Repository: https://github.com/gravitational/gravity.git
Documentation: pkg.go.dev

# Functions

NewArg creates a new positional argument.
NewBoolFlag creates a new boolean command-line flag.
NewFlag creates a new named command-line option with a value.

# Structs

CommandArgs manipulates command-line arguments.

# Interfaces

ArgsParser parses command line arguments.
Flag represents a command-line flag.

# Type aliases

ArgsParserFunc is a functional wrapper for ArgsParser to enable ordinary functions as ArgsParsers.