Skip to content

Commit 99d3b98

Browse files
authored
fix(cli): resolve argparse -h conflict with --host argument
fix(cli): resolve argparse -h conflict with --host argument
2 parents e3ff116 + a22ac97 commit 99d3b98

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

fletx/cli/commands/runproject.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def add_arguments(self, parser: CommandParser) -> None:
3131
help = "Python file to run (default: main.py)"
3232
)
3333
parser.add_argument(
34-
"-h",
3534
"--host",
3635
default = "localhost",
3736
help = "Host to bind to (default: localhost)"

0 commit comments

Comments
 (0)