cmd-shell/cmd_shell.nimble

12 lines
256 B
Nim

# Package
version = "1.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"]