nim-cli-utils/cliutils.nimble

12 lines
229 B
Plaintext
Raw Permalink Normal View History

# Package
2019-02-18 15:34:09 -06:00
version = "0.6.2"
author = "Jonathan Bernard"
description = "Helper functions for writing command line interfaces."
license = "MIT"
# Dependencies
requires @["nim >= 0.19.0", "docopt >= 0.6.8"]