1. Open any dir 2. Create a file in `nested/lets.yaml` 3. Add ```yaml commands: run: options: | Usage: lets run cmd: | echo "$(pwd)/test_file" ``` 4. Run `lets -c nested/lets.yaml run` and `lets55 -c nested/lets.yaml` 5. Observe different path in the output
nested/lets.yamlcommands:
run:
options: |
Usage: lets run
cmd: |
echo "$(pwd)/test_file"