
    iB                     ,    d Z ddlZddlZddlmZ ddZy)z:Deprecated `huggingface-cli` entry point. Warns and exits.    N   )outc                     t        j                  d       t        j                  d      r$ddlm}   | d       t        j                  d       nt        j                  d       t        j                  d       t        j                  d	       y )
NzG`huggingface-cli` is deprecated and no longer works. Use `hf` instead.
hfr   check_cli_updatehuggingface_hubz,`hf` is already installed! Use it directly.
zInstall `hf`:
  Standalone (recommended): curl -LsSf https://hf.co/cli/install.sh | bash
  Using Homebrew:           brew install hf
  Using pip:                pip install huggingface_hub
zExamples:
  hf auth login
  hf download unsloth/gemma-4-31B-it-GGUF
  hf upload my-cool-model . .
  hf models ls --search "gemma"
  hf repos ls --format json
  hf jobs run python:3.12 python -c 'print("Hello!")'
  hf --help
r   )	r   warningshutilwhichhuggingface_hub.cli._cli_utilsr   hintsysexitr   s    s/var/www/vps2.regionflexible.com/Desarrollo/venv/lib/python3.12/site-packages/huggingface_hub/cli/deprecated_cli.pymainr   	   sf    KKZ[||DC*+@AH	
 HH		 HHQK    )returnN)__doc__r   r   _outputr   r    r   r   <module>r      s    @  
 r   