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

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

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

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

complete -F _dephell dephell
