-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixing buildlibs.sh for docker (#109)
* disabling cmark tests also defaulting TERM * not compiling examples * fixing trailing whitespace in README * fixing tput colors by providing it -t $TERM flag
- Loading branch information
Showing
2 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
Con4m makes it easy to give users rich configurability via config | ||
files and command line flags. You just have to write a spec to get | ||
your config file format and your command line flags / parsing. | ||
your config file format and your command line flags / parsing. | ||
|
||
You can do all of your input validation either through Con4m's built | ||
in constraints, or through custom validation routines (themselves | ||
|
@@ -231,4 +231,3 @@ Con4m is open source under the Apache 2.0 license. | |
Con4m was written by John Viega ([email protected]), originally | ||
for Chalk and other to-be-named projects, because other options for | ||
flexibile configs (like HCL, or YAML DSLs) all kinda suck. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters