cmd: add Korean translation (#11423)

pull/23/head
HoJeong Im 2023-11-09 14:50:29 +09:00 committed by GitHub
parent 224b2972e2
commit ec1e753ee1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
pages.ko/android/cmd.md Normal file
View 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 ...}}`