mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-05 10:13:25 +02:00
bash-it: add Italian translation (#17817)
This commit is contained in:
parent
4e85fe966d
commit
61b22eb084
1 changed files with 32 additions and 0 deletions
32
pages.it/common/bash-it.md
Normal file
32
pages.it/common/bash-it.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
# bash-it
|
||||
|
||||
> Una collezione di comandi e script Bash contribuiti dalla community per Bash 3.2+.
|
||||
> Maggiori informazioni: <https://bash-it.readthedocs.io/en/latest/>.
|
||||
|
||||
- Aggiorna Bash-it all’ultima versione stabile/sviluppo:
|
||||
|
||||
`bash-it update {{stable|dev}}`
|
||||
|
||||
- Ricarica il profilo di Bash (impostare `BASH_IT_AUTOMATIC_RELOAD_AFTER_CONFIG_CHANGE` a un valore non vuoto per un ricaricamento automatico):
|
||||
|
||||
`bash-it reload`
|
||||
|
||||
- Riavvia Bash:
|
||||
|
||||
`bash-it restart`
|
||||
|
||||
- Ricarica il profilo di Bash con log di errori e avvisi abilitati:
|
||||
|
||||
`bash-it doctor`
|
||||
|
||||
- Ricarica il profilo di Bash con log di errori/avvisi/completo abilitati:
|
||||
|
||||
`bash-it doctor {{errors|warnings|all}}`
|
||||
|
||||
- Cerca alias/plugin/completamenti di Bash-it:
|
||||
|
||||
`bash-it search {{alias|plugin|completion}}`
|
||||
|
||||
- Cerca alias/plugin/completamenti di Bash-it ed abilita/disabilita tutti gli elementi trovati:
|
||||
|
||||
`bash-it search --{{enable|disable}} {{alias|plugin|completion}}`
|
Loading…
Add table
Reference in a new issue