mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 06:35:23 +02:00
cmd: add Korean translation (#11423)
This commit is contained in:
parent
224b2972e2
commit
ec1e753ee1
1 changed files with 16 additions and 0 deletions
16
pages.ko/android/cmd.md
Normal file
16
pages.ko/android/cmd.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# cmd
|
||||
|
||||
> Android 서비스 매니저.
|
||||
> 더 많은 정보: <https://cs.android.com/android/platform/superproject/+/main:frameworks/native/cmds/cmd/>.
|
||||
|
||||
- 실행 중인 모든 서비스 나열:
|
||||
|
||||
`cmd -l`
|
||||
|
||||
- 특정 서비스 호출:
|
||||
|
||||
`cmd {{서비스}}`
|
||||
|
||||
- 특정 인자를 사용해 서비스 호출:
|
||||
|
||||
`cmd {{서비스}} {{인자1 인자2 ...}}`
|
Loading…
Add table
Reference in a new issue