1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-02 01:55:22 +02:00

complete: update more infromation links (#16603)

This commit is contained in:
Nelson Figueroa 2025-05-26 06:02:38 -07:00 committed by GitHub
parent ad2fe146c8
commit bb5068fe1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# complete
> Autocompleta argumentos para comandos de la interfaz interactiva (shell).
> Más información: <https://www.gnu.org/software/bash/manual/html_node/Programmable-Completion-Builtins.html>.
> Más información: <https://www.gnu.org/software/bash/manual/html_node/Programmable-Completion-Builtins.html#index-complete>.
- Aplica una función que realiza autocompletado a un comando:

View file

@ -1,7 +1,7 @@
# complete
> Fornisce autocompletamento per argomenti dei comandi della shell.
> Maggiori informazioni: <https://www.gnu.org/software/bash/manual/html_node/Programmable-Completion-Builtins.html>.
> Maggiori informazioni: <https://www.gnu.org/software/bash/manual/html_node/Programmable-Completion-Builtins.html#index-complete>.
- Applica ad un comando una funzione per gestirne l'autocompletamento:

View file

@ -1,7 +1,7 @@
# complete
> 쉘 명령어에 자동 완성 인자를 제공합니다.
> 더 많은 정보: <https://www.gnu.org/software/bash/manual/html_node/Programmable-Completion-Builtins.html>.
> 더 많은 정보: <https://www.gnu.org/software/bash/manual/html_node/Programmable-Completion-Builtins.html#index-complete>.
- 함수에 명령어 자동 완성 기능을 적용합니다: