If you try to run a maru command in a folder that doesn't have a tasks.yaml you get the error ERROR: Cannot unmarshal tasks.yaml. Ideally it should be more immediately obvious that maru is saying it can't find tasks.yaml, since the error is very similar/same if there's a syntax error in the yaml file. It took me about 15 minutes of head-desk-banging to figure out I was just in the wrong folder in my shell.
If you try to run a maru command in a folder that doesn't have a
tasks.yaml
you get the errorERROR: Cannot unmarshal tasks.yaml
. Ideally it should be more immediately obvious that maru is saying it can't find tasks.yaml, since the error is very similar/same if there's a syntax error in the yaml file. It took me about 15 minutes of head-desk-banging to figure out I was just in the wrong folder in my shell.