e9351fbd9d
Fix bug in CombinedConfig: need to allow for config values not defined in the possible CLI args.
0.6.3
Jonathan Bernard
2019-02-18 16:06:10 -06:00
8036af6bc8
Add CombinedConfig.getVal that raises an exception if the config key is not found.
0.6.2
Jonathan Bernard
2019-02-18 15:38:30 -06:00
b9a69809eb
Merge in fix lost from 0.5.1
Jonathan Bernard
2019-02-18 15:34:09 -06:00
9750ac16b3
Add version of queryParamsToCliArgs that accepts a Table[string,string] to support Jester 0.4
0.6.1
jdb2019-01-17 13:19:59 -06:00
7b274bfb98
Update to support Nim 0.19 (removal of string nil specifically).
0.6.0
Jonathan Bernard
2018-12-09 03:21:07 -06:00
969af93425
Bugfix for new HTTP<->CLI functionality.
0.5.1
Jonathan Bernard
2018-10-03 03:42:10 -05:00
e0eb8fd4c2
Add functions for a simple CLI<->HTTP layer.
0.5.0
Jonathan Bernard
2018-10-02 12:09:18 -05:00
d368e85e33
Refactor color functions to provide a unified interface for fore/back ground.
0.4.1
Jonathan Bernard
2018-05-29 14:18:14 -05:00
49342818ec
Add basic support for ANSI color escape codes.
0.4.0
Jonathan Bernard
2018-05-29 12:53:42 -05:00
95f3bc48bd
Make the CombinedConfig.getVal function more tolerant of non-string values.
0.3.5
Jonathan Bernard
2018-05-18 11:18:40 -05:00
64fdcb359d
Bump version to use Nim 0.18.0 (stable) instead of 0.18.1 (not yet released).
0.3.4
Jonathan Bernard
2018-05-14 09:06:45 -05:00
4ed613523b
toUpper moved to unicode module.
0.3.3
Jonathan Bernard
2018-05-11 21:33:57 -05:00
441063a393
Update to support Nim 0.18
0.3.2
Jonathan Bernard
2018-04-02 14:39:49 -05:00
cce4e5ec80
Expand effect list of exec to keep up with Nim compiler (need to investigate later).
0.3.1
Jonathan Bernard
2017-11-15 21:03:03 -06:00
9fba13a965
Refactor exec interface.
0.3.0
Jonathan Bernard
2017-08-16 11:01:22 -05:00
96b6832834
Fix default value of sendMsg.
0.2.1
Jonathan Bernard
2017-08-15 14:33:14 -05:00
be91137318
Added blocking process execution, ENV loading.
0.2.0
Jonathan Bernard
2017-08-15 14:01:08 -05:00
f77efa1cd7
Initial commit with CombinedConfig and daemonize implementations.
0.1.0
Jonathan Bernard
2016-11-04 16:30:06 -05:00