nim-cli-utils/cliutils.nimble

12 lines
229 B
Plaintext
Raw Permalink Normal View History

# Package
2020-03-23 08:18:08 -05:00
version = "0.6.4"
author = "Jonathan Bernard"
description = "Helper functions for writing command line interfaces."
license = "MIT"
# Dependencies
requires @["nim >= 0.19.0", "docopt >= 0.6.8"]