8.16.0.1
raco-invoke: invoke raco commands
(require raco/invoke) | package: raco-invoke |
This module provides a function for invoking raco commands in a way that cooperates with raco-cross.
Invokes the command named command-name with the given set
of args. If the command doesn’t exist, an error is raised.
It invokes the command inside the current process via
dynamic-require, so it doesn’t create a subprocess.
(raco "exe" "--help") (raco "exe" "-o" "test" "test.rkt")