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

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

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

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

complete -F _dephell dephell
