cmd-shell/cmd_shell.nimble
2017-08-25 18:03:51 -05:00

12 lines
256 B
Nim

# Package
version = "0.1.0"
author = "Jonathan Bernard"
description = "Wrapper around CLI commands (passing input as arguments)."
license = "MIT"
bin = @["cmd_shell"]
# Dependencies
requires @["nim >= 0.16.1", "cliutils"]