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

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

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

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

complete -F _dephell dephell
