diff --git a/pages/linux/compopt.md b/pages/linux/compopt.md new file mode 100644 index 000000000..d76e6316e --- /dev/null +++ b/pages/linux/compopt.md @@ -0,0 +1,12 @@ +# compopt + +> Print or change the completion options for a command. +> More information: . + +- Print the options for the currently executing completion: + +`compopt` + +- Print the completion options for given command: + +`compopt {{command}}`