LinuxCommandLibrary

compopt

Print or change the completion options for a command.

TLDR

Print the options for the currently executing completion

$ compopt
copy


Print the completion options for given command
$ compopt [command]
copy

Copied to clipboard