HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/msys64/usr/share/bash-completion/completions/pm-suspend-hybrid
# bash completion for pm-utils                             -*- shell-script -*-

_pm_action()
{
    local cur prev words cword
    _init_completion || return

    COMPREPLY=($(compgen -W "--help $(_parse_help "$1")" -- "$cur"))
} &&
    complete -F _pm_action pm-hibernate pm-suspend pm-suspend-hybrid

# ex: filetype=sh