1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 17:22:10 +02:00
tldr/pages/linux/compopt.md
2022-10-08 01:59:10 -03:00

12 lines
263 B
Markdown

# compopt
> Print or change the completion options for a command.
> More information: <https://manned.org/compopt>.
- Print the options for the currently executing completion:
`compopt`
- Print the completion options for given command:
`compopt {{command}}`