adb_client
adb_client copied to clipboard
local list command returns nothing
First thanks for this library!
Maybe I'm doing something wrong here but the list command doesn't seem to be working:
m-android on android [$] is 📦 v2.8.0+142 via 🎯 v3.8.1
❯ adb_cli local shell "ls /"
acct data_mirror mnt second_stage_resources
apex debug_ramdisk odm sepolicy_version
audit_filter_table dev odm_dlkm storage
bin dpolicy_system oem sys
bootstrap-apex efs omr system
bugreports etc optics system_dlkm
cache init postinstall system_ext
carrier init.container.rc prism tmp
config init.environ.rc proc vendor
d linkerconfig product vendor_dlkm
data metadata sdcard
m-android on android [$] is 📦 v2.8.0+142 via 🎯 v3.8.1
❯ adb_cli local list /
m-android on android [$] is 📦 v2.8.0+142 via 🎯 v3.8.1
❯
No matter what path I give to the list command the result is always empty.
Hello, thanks for the issue ! I'll investigate this one as soon as possible :)