Update cheatsheets

This commit is contained in:
ivuorinen
2024-10-08 00:16:55 +00:00
parent 34878bb630
commit 31e38d1972
26 changed files with 539 additions and 6 deletions

17
tldr/compopt Normal file
View File

@@ -0,0 +1,17 @@
---
syntax: markdown
tags: [tldr, common]
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}}`