Feature: List all the the effected resources within the range of the commits. Scenario Outline: Given the repository "" is cloned and checked out at the commit "". When the argument --from-commit-hash is provided as "". And the --list flag is set. Then the effected resources listed are "". Examples: | repository | checkout_commit | from_commit_hash | effected_resources | | https://github.com/mgdm/htmlq | 5cae41f69bebd28a6ea6dea25fd8ab66f408f706 | 6f3c358ab83a95d6890461520f77679f49ea3e0e | ".github/workflows/build.yml\nCargo.lock\nCargo.toml\nREADME.md\nsrc/main.rs\n" |