GitXplorerGitXplorer
M

termi

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
38f75f1621dc9b00bb3a6f261896cbbcc751a8ca

Adding some updates

MMovieStoreGuy committed 5 years ago
Unverified
a2b36d46ec2c7e329fd04e4cfec8b308e2d589bd

Adding duration as a supported flag type

MMovieStoreGuy committed 6 years ago
Unverified
14b730eac07f343ed3f51e1ef5ebc58ea898b065

Increasing code coverage

MMovieStoreGuy committed 6 years ago
Unverified
b79e4a2632fb142737993b9a6dad6bd15b5550cd

Seperating files out to make it easier to track

MMovieStoreGuy committed 6 years ago
Unverified
55ed8c82c959d480774477b31ad0b3b2a3c762ba

Making termi more user friendly and supporting more flag types.

MMovieStoreGuy committed 6 years ago
Unverified
37b03d5feca21b8d8250c15583814ec0eafada37

Removed commented out example

MMovieStoreGuy committed 6 years ago

README

The README file for this repository.

Termi

Go Report Card Maintainability GoDoc

Termi is a library that enables applications flag parsing and help messages made simple. The benefit of builder like patterns, multiple names for the same flag, and be able to obtain the remaining arguments after parsing to use later makes for detailed application interfaces for command line applications.

If you regularly build applications that may work within a CI environment, can define settings variables to automatically load variables from the shell environment instead of passing them as flags. This way secrets can be stored within CI and exported at runtime given your CI of choice.