mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Add code markup to the mention of a class name
This commit is contained in:
@@ -23,7 +23,7 @@ You can run Textual apps with the `run` subcommand. If you supply a path to a Py
|
|||||||
textual run my_app.py
|
textual run my_app.py
|
||||||
```
|
```
|
||||||
|
|
||||||
The `run` sub-command assumes you have an App instance called `app` in the global scope of your Python file. If the application is called something different, you can specify it with a colon following the filename:
|
The `run` sub-command assumes you have an `App` instance called `app` in the global scope of your Python file. If the application is called something different, you can specify it with a colon following the filename:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
textual run my_app.py:alternative_app
|
textual run my_app.py:alternative_app
|
||||||
|
|||||||
Reference in New Issue
Block a user