? GR0V Shell

GR0V shell

Linux server122.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64

Path : /opt/puppetlabs/puppet/share/bash-completion/completions/
File Upload :
Current File : //opt/puppetlabs/puppet/share/bash-completion/completions/augtool

# bash completion for augtool                               -*- shell-script -*-

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

    case $prev in
        --help | --version | -!(-*)[hV])
            return
            ;;
        --load-file | --file | -!(-*)[lf])
            _filedir
            return
            ;;
        --root | --include | -!(-*)[rI])
            _filedir -d
            return
            ;;
    esac

    if [[ "$cur" == -* ]]; then
        local opts="$(_parse_help "$1")"
        COMPREPLY=($(compgen -W '${opts:-$(_parse_help "$1")}' -- "$cur"))
		fi
} &&
    complete -F _augtool augtool

# ex: filetype=sh

T1KUS90T
  root-grov@198.54.114.191:~$