#1006564 adb shell cmd settings help says Invalid command

Package:
adb
Source:
android-platform-tools
Description:
Android Debug Bridge
Submitter:
積丹尼 Dan Jacobson
Date:
2022-06-28 14:39:16 UTC
Severity:
normal
#1006564#5
Date:
2022-02-26 20:34:43 UTC
From:
To:
I'm not sure where to send this bug.

$ adb shell cmd settings
Settings provider (settings) commands:
  help
      Print this help text.
  get [--user <USER_ID> | current] NAMESPACE KEY
      Retrieve the current value of KEY.
...
$ adb shell cmd settings help
Invalid command: help

#1006564#10
Date:
2022-06-28 09:24:24 UTC
From:
To:
Hello Dan,
it looks like "cmd" is part of the android device,
to which adb is communicating, e.g.:

     $ adb shell
     DPL_sprout:/ $ which cmd
     /system/bin/cmd

Therefore I guess this issue can just get addressed
by the android device manufacturer.

Kind regards,
Bernhard

#1006564#15
Date:
2022-06-28 14:15:18 UTC
From:
To:
OK.
BÜ> Hello Dan,
BÜ> it looks like "cmd" is part of the android device,
BÜ> to which adb is communicating, e.g.: