mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 14:02:08 +02:00

* pages.{ar,fa}: remove translated placeholders Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * common-arguments: reword note * rmdir: fix Arabic translation Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> --------- Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
16 lines
405 B
Markdown
16 lines
405 B
Markdown
# cmd
|
|
|
|
> مدیر سرویس اندروید.
|
|
> اطلاعات بیشتر: <https://cs.android.com/android/platform/superproject/+/main:frameworks/native/cmds/cmd/>.
|
|
|
|
- فهرست تمام سرویس های درحال اجرا :
|
|
|
|
`cmd -l`
|
|
|
|
- فراخوان یک سرویس :
|
|
|
|
`cmd {{service}}`
|
|
|
|
- فراخوان یک سرویس با مقادیر ورودی :
|
|
|
|
`cmd {{service}} {{argument1 argument2 ...}}`
|