compopt, disown, help, unset: move to common (#14029)

This commit is contained in:
Managor
2024-10-07 07:08:28 +03:00
committed by GitHub
parent a37a780e47
commit 44d98e2f4f
6 changed files with 0 additions and 0 deletions

12
pages/common/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}}`