~ K    A     L    I ~
UNAME : Linux web65.extendcp.co.uk 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
SERVER IP : 10.0.187.65 -________- CLIENT IP : 216.73.216.230
PATH :/usr/share/bash-completion/completions/
UP FILE :
MINI SHELL D ZAB '
Current File : //usr/share/bash-completion/completions/pkg-config
# bash completion for pkgconfig                            -*- shell-script -*-

_pkg_config()
{
    local cur prev words cword split
    _init_completion -s || return

    case $prev in
        --define-variable|--atleast-version|--atleast-pkgconfig-version| \
        --exact-version|--max-version)
            # argument required but no completions available
            return
            ;;
        --variable)
            local i
            for (( i=1; i < ${#words[@]}; i++ )); do
                if [[ ${words[i]} != -* ]]; then
                    COMPREPLY=( $( compgen -W \
                        '$( "$1" ${words[i]} --print-variables 2>/dev/null )' \
                        -- "$cur" ) )
                    break
                fi
            done
            return
            ;;
        -\?|--help|--version|--usage)
            # all other arguments are noop with these
            return
            ;;
    esac

    $split && return

    if [[ "$cur" == -* ]]; then
        COMPREPLY=( $( compgen -W '$( _parse_help "$1" )' -- "$cur" ) )
        [[ $COMPREPLY == *= ]] && compopt -o nospace
    else
        COMPREPLY=( $( compgen -W "$( $1 --list-all \
            2>/dev/null | awk '{print $1}' )" -- "$cur" ) )
    fi
} &&
complete -F _pkg_config pkg-config

# ex: filetype=sh
Coded by KALI :v Greetz to DR HARD ../ kali.zbi@hotmail.com