Categorygithub.com/IMQS/cli
modulepackage
1.2.0
Repository: https://github.com/imqs/cli.git
Documentation: pkg.go.dev

# README

cli

Helpers for building command-line applications in Go.

See documentation on godoc

Updated to go-1.22.7 to tag

# Structs

App is the cli application to be run.
Command represents the top-level command.
An Option to a command.

# Type aliases

ExecFunc is the callback when executing commands It is often easiest to implement a number of commands as a single big function with a switch statement on 'cmd'.
An OptionSet contains a set of Options.