mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 07:35:24 +02:00
compopt: add page (#8747)
This commit is contained in:
parent
b674cca317
commit
48ed0237ed
1 changed files with 12 additions and 0 deletions
12
pages/linux/compopt.md
Normal file
12
pages/linux/compopt.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue