From 48ed0237ed9bcbf2c06256160ae744815c52c38f Mon Sep 17 00:00:00 2001 From: Saikat Sengupta <41847480+saikatsgupta@users.noreply.github.com> Date: Sat, 8 Oct 2022 10:29:10 +0530 Subject: [PATCH] compopt: add page (#8747) --- pages/linux/compopt.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/compopt.md 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}}`