cli.mod

module
v1.1.11 Latest Latest
Warning

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

Go to latest
Published: Dec 30, 2025 License: MIT

README

go.dev reference Go Report Card GitHub License

cli.mod

Various packages to help when writing command line interfaces

cli/responder

This provides a means of prompting the user and getting a response. The programmer can specify the allowed responses and optionally a default value. The package will check that the user has entered a valid response and will return an error if not. The user can request help on the allowed values through a standard user interface.

Directories

Path Synopsis
cli
Package cli collects various useful packages for writing command line interfaces
Package cli collects various useful packages for writing command line interfaces
responder
Package responder provides a means of prompting for values and reading from the terminal.
Package responder provides a means of prompting for values and reading from the terminal.

Jump to

Keyboard shortcuts

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