HELP
Help
Bases: Command
Display the help for a given command
Examples:
help
Source code in src/textual_shell/commands/help.py
HelpJob
Bases: Job
Source code in src/textual_shell/commands/help.py
execute()
async
Display the Help screen.
HelpScreen
Bases: ModalScreen
Default Help screen Modal. Displays the text generated by the help function on Commands.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
help_text
|
str
|
The help text to display. |
required |