mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-10 19:47:03 +00:00
Update cheatsheets
This commit is contained in:
17
linux/compopt
Normal file
17
linux/compopt
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user