https://github.com/endocrimes/gcli
https://github.com/endocrimes/gcli
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/endocrimes/gcli
- Owner: endocrimes
- License: mit
- Created: 2018-11-17T23:31:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-11T15:29:30.000Z (over 6 years ago)
- Last Synced: 2024-05-02T01:08:26.584Z (about 2 years ago)
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# gcli
_git-style cli_ is a tiny CLI tool that makes it easy to create a program that
uses specialized subcommand binaries to perform specific tasks.
You probably shouldn't use this, it was written as a hack to simplify creating
GitHub Actions in the [endocrimes/actions](https://github.com/endocrimes/actions)
repository.
## Usage
Download the correct binary for your platform from the latest release, then
rename it to be the name of your desired program.
Add any sub command binaries to `$PATH` with a name in the style of `-`.
The sub command binaries must accept a `--short-help` flag that will return a
single line of help for printing in the generated Usage output.