1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-19 19:15:26 +02:00

complete: add link

This commit is contained in:
marchersimon 2021-03-31 12:50:50 +02:00 committed by Starbeamrainbowlabs
parent e7add447e9
commit 02f8ccffbe
3 changed files with 3 additions and 0 deletions

View file

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

View file

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

View file

@ -1,6 +1,7 @@
# complete # complete
> Provides argument autocompletion to shell commands. > Provides argument autocompletion to shell commands.
> More information: <https://www.gnu.org/software/bash/manual/html_node/Programmable-Completion-Builtins.html>.
- Apply a function that performs autocompletion to a command: - Apply a function that performs autocompletion to a command: