https://github.com/logic/cmdr
Subcommands and environment variables for Go command-line interfaces
https://github.com/logic/cmdr
cli environment-variables flags go golang subcommands
Last synced: about 1 year ago
JSON representation
Subcommands and environment variables for Go command-line interfaces
- Host: GitHub
- URL: https://github.com/logic/cmdr
- Owner: logic
- License: gpl-3.0
- Created: 2018-01-06T01:59:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-06T23:02:34.000Z (over 8 years ago)
- Last Synced: 2025-02-13T17:17:49.394Z (over 1 year ago)
- Topics: cli, environment-variables, flags, go, golang, subcommands
- Language: Go
- Size: 36.1 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
cmdr - commands, positional arguments, and variables for Go programs
====================================================================
cmdr wraps the Go standard library `flag` package to make it easy to add
subcommands, positional arguments, and environment variable triggers to
command-line programs.
[Documentation](https://godoc.org/github.com/logic/cmdr) |
[Examples](https://github.com/logic/cmdr/tree/master/examples/) |
[License](https://github.com/logic/cmdr/tree/master/LICENSE)
cmdr is unable, and interfaces are likely to change without notice. You might
be better served with another library at this point if interface stability is
important to you.