Initial commit with CombinedConfig and daemonize implementations.

This commit is contained in:
Jonathan Bernard
2016-11-04 16:30:06 -05:00
commit f77efa1cd7
2 changed files with 94 additions and 0 deletions

11
cliutils.nimble Normal file
View File

@@ -0,0 +1,11 @@
# Package
version = "0.1.0"
author = "Jonathan Bernard"
description = "Helper functions for writing command line interfaces."
license = "MIT"
# Dependencies
requires @["nim >= 0.15.3", "docopt"]