Closed cnpryer closed 11 months ago
Closes #815
[tool.huak.task] hello-world = "python -c 'print(\"hello, world.\")'"
Tested with
[tool.huak.task] string = "python -c 'print(\"string\")'" array = ["python", "-c", "print('array')"] inline-cmd = { cmd = "python -c 'print(\"cmd\")'" } inline-args = { args = ["python", "-c", "print('args')"] } inline-program = { program = "python", args = ["-c", "print('program')"] }
TODO(future):
Might reconsider name of table to avoid confusion with https://peps.python.org/pep-0723/
Closes #815
Tested with
TODO(future):