_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 "package vendor venv generate docker deps project inspect self jail --help" -- ${current}) )
    return 0
  fi

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

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

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

complete -F _dephell dephell
