Top 3.5% dependent repos on proxy.golang.org
proxy.golang.org : github.com/js-arias/command
Package command implements a command line interface for applications that host multiple children commands similar to go and git. The common pattern of that applications is: APPNAME COMMAND --FLAG(s) ARGUMENT(s) Each interaction with the application is implemented as a command. A command usually runs an action, or alternatively it can provide multiple children commands, or a help topic. Flags can be given to modify the command's action and arguments usually are the objects in which the actions are executed. No constructor is required to create a new command. Just initialize the usage and documentation fields. To define the command's action implement the Run function. To define the flags used by the command implement SetFlag function and use method Flags to retrieve the current flag set of the command. To add children commands use the Add method. To run a command with a given set of arguments, use the method Execute.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/js-arias/command
License: BSD-2-Clause
Latest release: about 3 years ago
First release: about 3 years ago
Namespace: github.com/js-arias
Dependent packages: 4
Dependent repositories: 2
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 3 months ago
github.com/js-arias/earth v0.0.0-20231218194644-d3816210bd14
Package earth implements an spherical model of the Earth.29 versions - Latest release: over 1 year ago - 1 dependent package - 1 dependent repositories - 0 stars on GitHub
github.com/js-arias/ranges v0.0.0-20231215143853-db3866a2d870
Package ranges implements a pixelation for data about species distribution ranges. A range is a ...7 versions - Latest release: over 1 year ago - 1 dependent repositories - 0 stars on GitHub
github.com/js-arias/gbifer v0.0.0-20230906190155-b9741f9e3228
GBIFer is a tool to manipulate specimen occurrence tables downloaded from GBIF.2 versions - Latest release: almost 2 years ago - 1 dependent package - 1 stars on GitHub
github.com/js-arias/timetree v0.0.0-20230905210531-e9f9f734a4df
Package timetree provides a representation of a time calibrated phylogenetic tree.6 versions - Latest release: almost 2 years ago - 1 dependent repositories - 0 stars on GitHub
Check this option to include packages that no longer depend on this package in their latest version but previously did.