Initial commit with CombinedConfig and daemonize implementations.
This commit is contained in:
11
cliutils.nimble
Normal file
11
cliutils.nimble
Normal 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"]
|
||||
|
||||
Reference in New Issue
Block a user