nim-cli-utils/cliutils.nimble

12 lines
228 B
Plaintext
Raw Permalink Normal View History

# Package
2024-12-10 10:42:46 -06:00
version = "0.9.1"
author = "Jonathan Bernard"
description = "Helper functions for writing command line interfaces."
license = "MIT"
# Dependencies
2022-01-21 18:07:21 -06:00
requires @["nim >= 1.6.0", "docopt >= 0.6.8"]