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

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

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

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

complete -F _dephell dephell
