-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

complete


> Provides argument autocompletion to shell commands.

More information.


Apply a function that performs autocompletion to a command:

complete -F {function} {command}

Apply a command that performs autocompletion to another command:

complete -C {autocomplete_command} {command}

Apply autocompletion without appending a space to the completed word:

complete -o nospace -F {function} {command}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 02:20:55 2024