1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-06 19:44:01 +08:00
Files
kubo/docs/command-completion.md

361 B

Command Completion

Shell command completions can be generated by running one of the ipfs commands completions sub-commands.

The simplest way to "eval" the completions logic:

> eval "$(ipfs commands completion bash)"

To install the completions permanently, they can be moved to /etc/bash_completion.d or sourced from your ~/.bashrc file.