cmd, hyperfine, neofetch: add Italian translation (#6440)

This commit is contained in:
gsobell
2021-08-31 22:10:18 +03:00
committed by GitHub
parent e389e9793c
commit 56b2de928c
3 changed files with 64 additions and 0 deletions

16
pages.it/android/cmd.md Normal file
View File

@@ -0,0 +1,16 @@
# cmd
> Gestore del servizio Android.
> Maggiori informazioni: <https://cs.android.com/android/platform/superproject/+/master:frameworks/native/cmds/cmd/>.
- Elenca tutti i servizi in esecuzione:
`cmd -l`
- Chiama un servizio specifico:
`cmd {{alarm}}`
- Chiama un servizio con argomenti:
`cmd {{vibrator}} {{vibrate 300}}`