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

compopt: add page (#8747)

This commit is contained in:
Saikat Sengupta 2022-10-08 10:29:10 +05:30 committed by GitHub
parent b674cca317
commit 48ed0237ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
pages/linux/compopt.md Normal file
View file

@ -0,0 +1,12 @@
# 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}}`