Top 0.8% dependent repos on proxy.golang.org
proxy.golang.org : github.com/creachadair/command
Package command defines plumbing for command dispatch. It is based on and similar in design to the "go" command-line tool. The command package helps a program to process a language of named commands, each of which may have its own flags, arguments, and nested subcommands. A command is represented by a C value carrying help text, usage summaries, and a function to execute its behavior. The Run and RunOrFail functions parse the raw argument list of a program against a tree of C values, parsing flags as needed and executing the selected command or printing appropriate diagnostics. Flags are parsed using the standard "flag" package by default.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/creachadair/command
License: BSD-3-Clause
Latest release: 4 months ago
First release: over 2 years ago
Namespace: github.com/creachadair
Dependent packages: 9
Dependent repositories: 56
Stars: 5 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 29 days ago