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

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

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

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

complete -F _dephell dephell
