As what the the old/ orphaned "zach-klippenstein/adbfs" provided, I hereby feature-request an option to specify which android device to mount, e.g.
./adbfs -o android_device 02b5c5a809117c73 /mnt/android
This is useful e.g. if
- there is more than one device connected,
- in scripted backup situations where the mount should only succeed if the specific device is connected and not any other (which is my current use case).
Regards!