o
     
jB                     @   s.   d Z ddlZddlZddlmZ dddZdS )	z:Deprecated `huggingface-cli` entry point. Warns and exits.    N   )outreturnc                  C   sV   t d tdrddlm}  | d t d nt d t d td	 d S )
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    r   U/home/kuhnn/.local/lib/python3.10/site-packages/huggingface_hub/cli/deprecated_cli.pymain	   s   


r   )r   N)__doc__r
   r   _outputr   r   r   r   r   r   <module>   s
    