You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usage: textual-web [OPTIONS]
Main entry point for the CLI.
Args: config: Path to config. environment: environment switch.
devtools: Enable devtools. terminal: Enable a terminal. api_key: API
key. signup: Signup dialog. welcome: Welcome app. merlin: Merlin
app.
Options:
--version Show the version and exit.
-c, --config PATH Location of TOML config file.
-e, --environment [prod|local|dev]
Environment switch.
-a, --api-key TEXT API key
-r, --run COMMAND Command to run a Textual app.
--dev Enable devtools in Textual apps.
-t, --terminal Publish a remote terminal on a random URL.
-s, --signup Create a textual-web account.
--welcome Launch an example app.
--merlin Launch Merlin game.
--help Show this message and exit.
The text before the list of options seems confusing, almost looking like a leaky docstring or something.
The text was updated successfully, but these errors were encountered:
If I run
textual-web --help
I see this:The text before the list of options seems confusing, almost looking like a leaky docstring or something.
The text was updated successfully, but these errors were encountered: