Restore in-place with exclusion behaviour?

using restic version v0.17.1 in windows
is restic able to use restore in-place command with exclusion folder?
is the correct behaviour that restic cannot take in exclusion folder if doing in-place restore?

i am able to do restore in-place fine and working as expected.
but when i want to do the restore in-place with a exclusion flag, exclusion never happened, it restore everything ignoring my exlusion flag.

i also tried moving exclusion flag ‘–iexclude “/E/TEMP/test_rclone/restis restore test/folder b”’ to before ‘–target’ flag but also not working, moving it to after ‘if-changed’ also not working.

it is important to be able to do exclusion

restic -r “E:\TEMP\test_restic-backup-repo” -p=“C:\restic\mypwd.txt” restore 99cee469:“/E/TEMP/test_rclone/restis restore test” --target “E:\TEMP\test_rclone\restis restore test” --iexclude “/E/TEMP/test_rclone/restis restore test/folder b” --overwrite if-changed --dry-run -vv