nim-cli-utils/cliutils.nimble

12 lines
220 B
Plaintext
Raw Permalink Normal View History

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