Open miguelrk opened 9 months ago
We are now using dax for testing which is great. We should adopt dax in the CLI as well (where possible) instead of the lower-level Deno.Command API to simplify code.
dax
Deno.Command
We are now using
dax
for testing which is great. We should adoptdax
in the CLI as well (where possible) instead of the lower-levelDeno.Command
API to simplify code.