An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.4% on proxy.golang.org
Top 5.8% dependent packages on proxy.golang.org
Top 4.7% dependent repos on proxy.golang.org

proxy.golang.org : github.com/henvic/clino

Package clino provides a simple way to create CLI (command-line interface) tools. You can create commands to use with this package by implementing its interfaces. It supports the Unix -flag style. The Command interface contains only a name. However, if you try to run a command that doesn't implement any of the Runnable, Longer, Parent, or Footer interfaces, you are going to get a "missing implementation" error message. For working with flags, you need to implement the FlagSet interface to a given command. If you need global flags, you can do so by defining Program.GlobalFlags. You can use it for a -verbose, -config, or other application-wide state flags. In example/complex you can see how to use global flags easily.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/henvic/clino
Keywords: cli , go , golang
License: MIT
Latest release: almost 4 years ago
First release: about 5 years ago
Namespace: github.com/henvic
Dependent packages: 1
Dependent repositories: 1
Stars: 11 on GitHub
Forks: 1 on GitHub
See more repository details: repos.ecosyste.ms
Funding links: https://github.com/sponsors/henvic
Last synced: 6 days ago

    Loading...
    Readme
    Loading...