We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3ff116 + a22ac97 commit 99d3b98Copy full SHA for 99d3b98
1 file changed
fletx/cli/commands/runproject.py
@@ -31,7 +31,6 @@ def add_arguments(self, parser: CommandParser) -> None:
31
help = "Python file to run (default: main.py)"
32
)
33
parser.add_argument(
34
- "-h",
35
"--host",
36
default = "localhost",
37
help = "Host to bind to (default: localhost)"
0 commit comments