_dephell()
{
  local first second current double
  COMPREPLY=()
  first="${COMP_WORDS[1]}"
  second="${COMP_WORDS[2]}"
  double="${COMP_WORDS[1]} ${COMP_WORDS[2]}"
  current="${COMP_WORDS[COMP_CWORD]}"

  # autocomplete command first word
  if [[ ${first} == ${current} ]] ; then
    COMPREPLY=( $(compgen -W "deps project autocomplete jail generate package venv docker auth inspect vendor --help" -- ${current}) )
    return 0
  fi

  # autocomplete command second word
  if [[ ${second} == ${current} ]] ; then
    case "${first}" in
      
        deps)
          COMPREPLY=( $(compgen -W "outdated install sync tree audit add convert licenses check " -- ${current}) )
          return 0
          ;;
      
        docker)
          COMPREPLY=( $(compgen -W "shell stop destroy run tags create prepare " -- ${current}) )
          return 0
          ;;
      
        generate)
          COMPREPLY=( $(compgen -W "authors travis license editorconfig config " -- ${current}) )
          return 0
          ;;
      
        inspect)
          COMPREPLY=( $(compgen -W "self config auth venv gadget " -- ${current}) )
          return 0
          ;;
      
        jail)
          COMPREPLY=( $(compgen -W "remove try list install " -- ${current}) )
          return 0
          ;;
      
        package)
          COMPREPLY=( $(compgen -W "releases install downloads remove list purge search show " -- ${current}) )
          return 0
          ;;
      
        project)
          COMPREPLY=( $(compgen -W "test bump build " -- ${current}) )
          return 0
          ;;
      
        vendor)
          COMPREPLY=( $(compgen -W "import download " -- ${current}) )
          return 0
          ;;
      
        venv)
          COMPREPLY=( $(compgen -W "create destroy run shell " -- ${current}) )
          return 0
          ;;
      
      *)
      ;;
    esac
  fi

  # autocomplete one-word command arguments
  case "${first}" in
    
      "auth")
        COMPREPLY=( $(compgen -W "--format --pdb --level --filter --help --nocolors --silent -c --traceback --config -h --env -e " -- ${current}) )
        return 0
        ;;
    
      "autocomplete")
        COMPREPLY=( $(compgen -W "--format --pdb --level --filter --help --nocolors --silent -c --traceback --config -h --env -e " -- ${current}) )
        return 0
        ;;
    
      "deps add")
        COMPREPLY=( $(compgen -W "--versioning --from --nocolors --silent --traceback --env --mutations --repo --project --prereleases --from-path --help --bin -c --from-format --pdb --config --cache-ttl --bitbucket --format --warehouse --envs --tests --level --filter --strategy -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "deps audit")
        COMPREPLY=( $(compgen -W "--versioning --from --nocolors --silent --traceback --env --repo --project --from-path --help --bin -c --from-format --pdb --config --cache-ttl --bitbucket --format --warehouse --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "deps check")
        COMPREPLY=( $(compgen -W "--versioning --dotenv --from --nocolors --silent --traceback --env --mutations --repo --python --project --prereleases --from-path --help --bin -c --from-format --config --pdb --cache-ttl --bitbucket --venv --warehouse --format --envs --tests --level --filter --strategy -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "deps convert")
        COMPREPLY=( $(compgen -W "--versioning --from -e --nocolors --sdist-ratio --silent --traceback --env --mutations --repo --project --prereleases --from-path --to --help --to-format --bin -c --from-format --config --pdb --cache-ttl --bitbucket --warehouse --format --envs --tests --level --filter --strategy -h --cache-path --to-path " -- ${current}) )
        return 0
        ;;
    
      "deps install")
        COMPREPLY=( $(compgen -W "--versioning --dotenv --from --nocolors --silent --traceback --env --mutations --repo --python --project --prereleases --from-path --help --bin -c --from-format --config --pdb --cache-ttl --bitbucket --venv --warehouse --format --envs --tests --level --filter --strategy -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "deps licenses")
        COMPREPLY=( $(compgen -W "--versioning --from --nocolors --silent --traceback --env --mutations --repo --project --prereleases --from-path --help --bin -c --from-format --config --pdb --cache-ttl --bitbucket --warehouse --format --envs --tests --level --filter --strategy -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "deps outdated")
        COMPREPLY=( $(compgen -W "--versioning --from --nocolors --silent --traceback --env --repo --project --from-path --help --bin -c --from-format --pdb --config --cache-ttl --bitbucket --format --warehouse --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "deps sync")
        COMPREPLY=( $(compgen -W "--versioning --dotenv -e --nocolors --sdist-ratio --silent --traceback --env --mutations --repo --python --project --prereleases --to --help --to-format --bin -c --config --pdb --cache-ttl --bitbucket --venv --warehouse --format --envs --tests --level --filter --strategy -h --cache-path --to-path " -- ${current}) )
        return 0
        ;;
    
      "deps tree")
        COMPREPLY=( $(compgen -W "--versioning --from --nocolors --silent --traceback --env --mutations --repo --project --prereleases --from-path --type --help --bin -c --from-format --config --pdb --cache-ttl --bitbucket --warehouse --format --envs --tests --level --filter --strategy -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "docker create")
        COMPREPLY=( $(compgen -W "--versioning --nocolors --silent --traceback --env --project --docker-container --help --bin -c --config --pdb --cache-ttl --docker-tag --format --docker-repo --envs --level --filter --tests -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "docker destroy")
        COMPREPLY=( $(compgen -W "--versioning --nocolors --silent --traceback --env --project --docker-container --help --bin -c --config --pdb --cache-ttl --docker-tag --format --docker-repo --envs --level --filter --tests -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "docker prepare")
        COMPREPLY=( $(compgen -W "--versioning --nocolors --silent --traceback --env --project --docker-container --help --bin -c --config --pdb --cache-ttl --docker-tag --format --docker-repo --envs --level --filter --tests -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "docker run")
        COMPREPLY=( $(compgen -W "--versioning --nocolors --silent --traceback --env --project --docker-container --help --bin -c --config --pdb --cache-ttl --docker-tag --format --docker-repo --envs --level --filter --tests -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "docker shell")
        COMPREPLY=( $(compgen -W "--versioning --nocolors --silent --traceback --env --project --docker-container --help --bin -c --config --pdb --cache-ttl --docker-tag --format --docker-repo --envs --level --filter --tests -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "docker stop")
        COMPREPLY=( $(compgen -W "--versioning --nocolors --silent --traceback --env --project --docker-container --help --bin -c --config --pdb --cache-ttl --docker-tag --format --docker-repo --envs --level --filter --tests -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "docker tags")
        COMPREPLY=( $(compgen -W "--versioning --nocolors --silent --traceback --env --project --docker-container --help --bin -c --config --pdb --cache-ttl --docker-tag --format --docker-repo --envs --level --filter --tests -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "generate authors")
        COMPREPLY=( $(compgen -W "--versioning --nocolors --silent --traceback --env --project --help --bin -c --config --pdb --cache-ttl --format --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "generate config")
        COMPREPLY=( $(compgen -W "--versioning --nocolors --silent --traceback --env --project --help --bin -c --config --pdb --cache-ttl --format --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "generate editorconfig")
        COMPREPLY=( $(compgen -W "--versioning --nocolors --silent --traceback --env --project --help --bin -c --config --pdb --cache-ttl --format --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "generate license")
        COMPREPLY=( $(compgen -W "--versioning --nocolors --silent --traceback --env --project --help --bin -c --config --pdb --cache-ttl --format --envs --tests --level --filter --owner -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "generate travis")
        COMPREPLY=( $(compgen -W "--versioning --nocolors --silent --traceback --env --project --help --bin -c --config --pdb --cache-ttl --format --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "inspect auth")
        COMPREPLY=( $(compgen -W "--format --pdb --level --filter --help --nocolors --silent -c --traceback --config -h --env -e " -- ${current}) )
        return 0
        ;;
    
      "inspect config")
        COMPREPLY=( $(compgen -W "--versioning --dotenv --from -e --nocolors --sdist-ratio --silent --traceback --env --mutations --repo --python --project --prereleases --from-path --to --help --to-format --bin -c --from-format --config --pdb --cache-ttl --bitbucket --venv --warehouse --format --envs --tests --level --filter --strategy -h --cache-path --to-path " -- ${current}) )
        return 0
        ;;
    
      "inspect gadget")
        COMPREPLY=( $(compgen -W "--help -c --config -h --env -e " -- ${current}) )
        return 0
        ;;
    
      "inspect self")
        COMPREPLY=( $(compgen -W "--versioning --nocolors --silent --traceback --env --project --help --bin -c --config --pdb --cache-ttl --format --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "inspect venv")
        COMPREPLY=( $(compgen -W "--versioning --dotenv --nocolors --silent --traceback --env --python --project --help --bin -c --config --pdb --cache-ttl --venv --format --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "jail install")
        COMPREPLY=( $(compgen -W "--versioning --dotenv --nocolors --silent --traceback --env --mutations --python --project --prereleases --help --bin -c --config --pdb --cache-ttl --venv --format --envs --tests --level --filter --strategy -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "jail list")
        COMPREPLY=( $(compgen -W "--versioning --dotenv --nocolors --silent --traceback --env --python --project --help --bin -c --config --pdb --cache-ttl --venv --format --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "jail remove")
        COMPREPLY=( $(compgen -W "--versioning --dotenv --nocolors --silent --traceback --env --python --project --help --bin -c --config --pdb --cache-ttl --venv --format --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "jail try")
        COMPREPLY=( $(compgen -W "--versioning --dotenv --command --nocolors --silent --traceback --env --python --project --help --bin -c --config --pdb --cache-ttl --venv --format --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "package downloads")
        COMPREPLY=( $(compgen -W "--versioning --nocolors --silent --traceback --env --repo --project --help --bin -c --config --pdb --cache-ttl --bitbucket --format --warehouse --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "package install")
        COMPREPLY=( $(compgen -W "--versioning --dotenv --nocolors --silent --traceback --env --mutations --python --project --prereleases --help --bin -c --config --pdb --cache-ttl --venv --format --envs --tests --level --filter --strategy -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "package list")
        COMPREPLY=( $(compgen -W "--versioning --dotenv --nocolors --silent --traceback --env --python --repo --project --help --bin -c --config --pdb --cache-ttl --venv --bitbucket --format --warehouse --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "package purge")
        COMPREPLY=( $(compgen -W "--versioning --dotenv --nocolors --silent --traceback --env --python --project --help --bin -c --config --pdb --cache-ttl --venv --format --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "package releases")
        COMPREPLY=( $(compgen -W "--versioning --nocolors --silent --traceback --env --repo --project --help --bin -c --config --pdb --cache-ttl --bitbucket --format --warehouse --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "package remove")
        COMPREPLY=( $(compgen -W "--versioning --dotenv --nocolors --silent --traceback --env --python --project --help --bin -c --config --pdb --cache-ttl --venv --format --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "package search")
        COMPREPLY=( $(compgen -W "--versioning --nocolors --silent --traceback --env --repo --project --help --bin -c --config --pdb --cache-ttl --bitbucket --format --warehouse --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "package show")
        COMPREPLY=( $(compgen -W "--versioning --dotenv --nocolors --silent --traceback --env --python --repo --project --help --bin -c --config --pdb --cache-ttl --venv --bitbucket --format --warehouse --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "project build")
        COMPREPLY=( $(compgen -W "--versioning --from --nocolors --silent --traceback --env --mutations --repo --project --prereleases --from-path --help --bin -c --from-format --config --pdb --cache-ttl --bitbucket --warehouse --format --envs --tests --level --filter --strategy -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "project bump")
        COMPREPLY=( $(compgen -W "--versioning --from --nocolors --silent --tag --traceback --env --repo --project --from-path --help --bin -c --from-format --pdb --config --cache-ttl --bitbucket --format --warehouse --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "project test")
        COMPREPLY=( $(compgen -W "--versioning --dotenv --from --nocolors --silent --traceback --env --python --project --from-path --help --bin -c --from-format --pdb --config --cache-ttl --venv --format --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "vendor download")
        COMPREPLY=( $(compgen -W "--versioning --from --nocolors --silent --traceback --env --mutations --repo --project --prereleases --from-path --help --bin -c --from-format --config --pdb --cache-ttl --bitbucket --warehouse --format --envs --tests --level --filter --strategy -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "vendor import")
        COMPREPLY=( $(compgen -W "--versioning --from --nocolors --silent --traceback --env --mutations --repo --project --prereleases --from-path --help --bin -c --from-format --config --pdb --cache-ttl --bitbucket --warehouse --format --envs --tests --level --filter --strategy -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "venv create")
        COMPREPLY=( $(compgen -W "--versioning --dotenv --from --nocolors --silent --traceback --env --python --project --from-path --help --bin -c --from-format --pdb --config --cache-ttl --venv --format --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "venv destroy")
        COMPREPLY=( $(compgen -W "--versioning --nocolors --silent --traceback --env --project --help --bin -c --config --pdb --cache-ttl --format --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "venv run")
        COMPREPLY=( $(compgen -W "--versioning --dotenv --nocolors --silent --traceback --env --repo --python --project --help --bin -c --config --pdb --cache-ttl --bitbucket --venv --warehouse --format --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "venv shell")
        COMPREPLY=( $(compgen -W "--versioning --dotenv --from --nocolors --silent --traceback --env --python --project --from-path --help --bin -c --from-format --pdb --config --cache-ttl --venv --format --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
    *)
    ;;
  esac

  # autocomplete two-words command arguments
  case "${double}" in
    
      "auth")
        COMPREPLY=( $(compgen -W "--format --pdb --level --filter --help --nocolors --silent -c --traceback --config -h --env -e " -- ${current}) )
        return 0
        ;;
    
      "autocomplete")
        COMPREPLY=( $(compgen -W "--format --pdb --level --filter --help --nocolors --silent -c --traceback --config -h --env -e " -- ${current}) )
        return 0
        ;;
    
      "deps add")
        COMPREPLY=( $(compgen -W "--versioning --from --nocolors --silent --traceback --env --mutations --repo --project --prereleases --from-path --help --bin -c --from-format --pdb --config --cache-ttl --bitbucket --format --warehouse --envs --tests --level --filter --strategy -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "deps audit")
        COMPREPLY=( $(compgen -W "--versioning --from --nocolors --silent --traceback --env --repo --project --from-path --help --bin -c --from-format --pdb --config --cache-ttl --bitbucket --format --warehouse --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "deps check")
        COMPREPLY=( $(compgen -W "--versioning --dotenv --from --nocolors --silent --traceback --env --mutations --repo --python --project --prereleases --from-path --help --bin -c --from-format --config --pdb --cache-ttl --bitbucket --venv --warehouse --format --envs --tests --level --filter --strategy -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "deps convert")
        COMPREPLY=( $(compgen -W "--versioning --from -e --nocolors --sdist-ratio --silent --traceback --env --mutations --repo --project --prereleases --from-path --to --help --to-format --bin -c --from-format --config --pdb --cache-ttl --bitbucket --warehouse --format --envs --tests --level --filter --strategy -h --cache-path --to-path " -- ${current}) )
        return 0
        ;;
    
      "deps install")
        COMPREPLY=( $(compgen -W "--versioning --dotenv --from --nocolors --silent --traceback --env --mutations --repo --python --project --prereleases --from-path --help --bin -c --from-format --config --pdb --cache-ttl --bitbucket --venv --warehouse --format --envs --tests --level --filter --strategy -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "deps licenses")
        COMPREPLY=( $(compgen -W "--versioning --from --nocolors --silent --traceback --env --mutations --repo --project --prereleases --from-path --help --bin -c --from-format --config --pdb --cache-ttl --bitbucket --warehouse --format --envs --tests --level --filter --strategy -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "deps outdated")
        COMPREPLY=( $(compgen -W "--versioning --from --nocolors --silent --traceback --env --repo --project --from-path --help --bin -c --from-format --pdb --config --cache-ttl --bitbucket --format --warehouse --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "deps sync")
        COMPREPLY=( $(compgen -W "--versioning --dotenv -e --nocolors --sdist-ratio --silent --traceback --env --mutations --repo --python --project --prereleases --to --help --to-format --bin -c --config --pdb --cache-ttl --bitbucket --venv --warehouse --format --envs --tests --level --filter --strategy -h --cache-path --to-path " -- ${current}) )
        return 0
        ;;
    
      "deps tree")
        COMPREPLY=( $(compgen -W "--versioning --from --nocolors --silent --traceback --env --mutations --repo --project --prereleases --from-path --type --help --bin -c --from-format --config --pdb --cache-ttl --bitbucket --warehouse --format --envs --tests --level --filter --strategy -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "docker create")
        COMPREPLY=( $(compgen -W "--versioning --nocolors --silent --traceback --env --project --docker-container --help --bin -c --config --pdb --cache-ttl --docker-tag --format --docker-repo --envs --level --filter --tests -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "docker destroy")
        COMPREPLY=( $(compgen -W "--versioning --nocolors --silent --traceback --env --project --docker-container --help --bin -c --config --pdb --cache-ttl --docker-tag --format --docker-repo --envs --level --filter --tests -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "docker prepare")
        COMPREPLY=( $(compgen -W "--versioning --nocolors --silent --traceback --env --project --docker-container --help --bin -c --config --pdb --cache-ttl --docker-tag --format --docker-repo --envs --level --filter --tests -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "docker run")
        COMPREPLY=( $(compgen -W "--versioning --nocolors --silent --traceback --env --project --docker-container --help --bin -c --config --pdb --cache-ttl --docker-tag --format --docker-repo --envs --level --filter --tests -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "docker shell")
        COMPREPLY=( $(compgen -W "--versioning --nocolors --silent --traceback --env --project --docker-container --help --bin -c --config --pdb --cache-ttl --docker-tag --format --docker-repo --envs --level --filter --tests -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "docker stop")
        COMPREPLY=( $(compgen -W "--versioning --nocolors --silent --traceback --env --project --docker-container --help --bin -c --config --pdb --cache-ttl --docker-tag --format --docker-repo --envs --level --filter --tests -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "docker tags")
        COMPREPLY=( $(compgen -W "--versioning --nocolors --silent --traceback --env --project --docker-container --help --bin -c --config --pdb --cache-ttl --docker-tag --format --docker-repo --envs --level --filter --tests -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "generate authors")
        COMPREPLY=( $(compgen -W "--versioning --nocolors --silent --traceback --env --project --help --bin -c --config --pdb --cache-ttl --format --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "generate config")
        COMPREPLY=( $(compgen -W "--versioning --nocolors --silent --traceback --env --project --help --bin -c --config --pdb --cache-ttl --format --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "generate editorconfig")
        COMPREPLY=( $(compgen -W "--versioning --nocolors --silent --traceback --env --project --help --bin -c --config --pdb --cache-ttl --format --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "generate license")
        COMPREPLY=( $(compgen -W "--versioning --nocolors --silent --traceback --env --project --help --bin -c --config --pdb --cache-ttl --format --envs --tests --level --filter --owner -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "generate travis")
        COMPREPLY=( $(compgen -W "--versioning --nocolors --silent --traceback --env --project --help --bin -c --config --pdb --cache-ttl --format --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "inspect auth")
        COMPREPLY=( $(compgen -W "--format --pdb --level --filter --help --nocolors --silent -c --traceback --config -h --env -e " -- ${current}) )
        return 0
        ;;
    
      "inspect config")
        COMPREPLY=( $(compgen -W "--versioning --dotenv --from -e --nocolors --sdist-ratio --silent --traceback --env --mutations --repo --python --project --prereleases --from-path --to --help --to-format --bin -c --from-format --config --pdb --cache-ttl --bitbucket --venv --warehouse --format --envs --tests --level --filter --strategy -h --cache-path --to-path " -- ${current}) )
        return 0
        ;;
    
      "inspect gadget")
        COMPREPLY=( $(compgen -W "--help -c --config -h --env -e " -- ${current}) )
        return 0
        ;;
    
      "inspect self")
        COMPREPLY=( $(compgen -W "--versioning --nocolors --silent --traceback --env --project --help --bin -c --config --pdb --cache-ttl --format --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "inspect venv")
        COMPREPLY=( $(compgen -W "--versioning --dotenv --nocolors --silent --traceback --env --python --project --help --bin -c --config --pdb --cache-ttl --venv --format --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "jail install")
        COMPREPLY=( $(compgen -W "--versioning --dotenv --nocolors --silent --traceback --env --mutations --python --project --prereleases --help --bin -c --config --pdb --cache-ttl --venv --format --envs --tests --level --filter --strategy -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "jail list")
        COMPREPLY=( $(compgen -W "--versioning --dotenv --nocolors --silent --traceback --env --python --project --help --bin -c --config --pdb --cache-ttl --venv --format --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "jail remove")
        COMPREPLY=( $(compgen -W "--versioning --dotenv --nocolors --silent --traceback --env --python --project --help --bin -c --config --pdb --cache-ttl --venv --format --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "jail try")
        COMPREPLY=( $(compgen -W "--versioning --dotenv --command --nocolors --silent --traceback --env --python --project --help --bin -c --config --pdb --cache-ttl --venv --format --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "package downloads")
        COMPREPLY=( $(compgen -W "--versioning --nocolors --silent --traceback --env --repo --project --help --bin -c --config --pdb --cache-ttl --bitbucket --format --warehouse --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "package install")
        COMPREPLY=( $(compgen -W "--versioning --dotenv --nocolors --silent --traceback --env --mutations --python --project --prereleases --help --bin -c --config --pdb --cache-ttl --venv --format --envs --tests --level --filter --strategy -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "package list")
        COMPREPLY=( $(compgen -W "--versioning --dotenv --nocolors --silent --traceback --env --python --repo --project --help --bin -c --config --pdb --cache-ttl --venv --bitbucket --format --warehouse --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "package purge")
        COMPREPLY=( $(compgen -W "--versioning --dotenv --nocolors --silent --traceback --env --python --project --help --bin -c --config --pdb --cache-ttl --venv --format --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "package releases")
        COMPREPLY=( $(compgen -W "--versioning --nocolors --silent --traceback --env --repo --project --help --bin -c --config --pdb --cache-ttl --bitbucket --format --warehouse --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "package remove")
        COMPREPLY=( $(compgen -W "--versioning --dotenv --nocolors --silent --traceback --env --python --project --help --bin -c --config --pdb --cache-ttl --venv --format --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "package search")
        COMPREPLY=( $(compgen -W "--versioning --nocolors --silent --traceback --env --repo --project --help --bin -c --config --pdb --cache-ttl --bitbucket --format --warehouse --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "package show")
        COMPREPLY=( $(compgen -W "--versioning --dotenv --nocolors --silent --traceback --env --python --repo --project --help --bin -c --config --pdb --cache-ttl --venv --bitbucket --format --warehouse --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "project build")
        COMPREPLY=( $(compgen -W "--versioning --from --nocolors --silent --traceback --env --mutations --repo --project --prereleases --from-path --help --bin -c --from-format --config --pdb --cache-ttl --bitbucket --warehouse --format --envs --tests --level --filter --strategy -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "project bump")
        COMPREPLY=( $(compgen -W "--versioning --from --nocolors --silent --tag --traceback --env --repo --project --from-path --help --bin -c --from-format --pdb --config --cache-ttl --bitbucket --format --warehouse --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "project test")
        COMPREPLY=( $(compgen -W "--versioning --dotenv --from --nocolors --silent --traceback --env --python --project --from-path --help --bin -c --from-format --pdb --config --cache-ttl --venv --format --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "vendor download")
        COMPREPLY=( $(compgen -W "--versioning --from --nocolors --silent --traceback --env --mutations --repo --project --prereleases --from-path --help --bin -c --from-format --config --pdb --cache-ttl --bitbucket --warehouse --format --envs --tests --level --filter --strategy -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "vendor import")
        COMPREPLY=( $(compgen -W "--versioning --from --nocolors --silent --traceback --env --mutations --repo --project --prereleases --from-path --help --bin -c --from-format --config --pdb --cache-ttl --bitbucket --warehouse --format --envs --tests --level --filter --strategy -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "venv create")
        COMPREPLY=( $(compgen -W "--versioning --dotenv --from --nocolors --silent --traceback --env --python --project --from-path --help --bin -c --from-format --pdb --config --cache-ttl --venv --format --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "venv destroy")
        COMPREPLY=( $(compgen -W "--versioning --nocolors --silent --traceback --env --project --help --bin -c --config --pdb --cache-ttl --format --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "venv run")
        COMPREPLY=( $(compgen -W "--versioning --dotenv --nocolors --silent --traceback --env --repo --python --project --help --bin -c --config --pdb --cache-ttl --bitbucket --venv --warehouse --format --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
      "venv shell")
        COMPREPLY=( $(compgen -W "--versioning --dotenv --from --nocolors --silent --traceback --env --python --project --from-path --help --bin -c --from-format --pdb --config --cache-ttl --venv --format --envs --tests --level --filter -h --cache-path -e " -- ${current}) )
        return 0
        ;;
    
    *)
    ;;
  esac
}

complete -F _dephell dephell
