Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for consulte (0.04 sec)

  1. scripts/translate.py

            «««
            ```bash
            # Gruß ausgeben
            echo "Hello, World!"
            ```
            »»»
    
        Source (English) – The code block is a console example containing HTML tags. No comments, so nothing to change here:
    
            «««
            ```console
            $ <font color="#4E9A06">fastapi</font> run <u style="text-decoration-style:solid">main.py</u>
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 19:05:53 UTC 2025
    - 34.1K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

        * New docs: [FastAPI CLI](https://fastapi.tiangolo.com/fastapi-cli/).
    
    Try it out with:
    
    ```console
    $ pip install --upgrade fastapi
    
    $ fastapi dev main.py
    
    
     ╭────────── FastAPI CLI - Development mode ───────────╮
     │                                                     │
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 19:06:15 UTC 2025
    - 586.7K bytes
    - Viewed (0)
Back to top