We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 435eaf8 commit 09170e5Copy full SHA for 09170e5
1 file changed
tests/test_ellar_cli_service.py
@@ -14,11 +14,12 @@
14
15
good_app_info = (
16
b"Usage: good_app.py [OPTIONS] COMMAND [ARGS]...\n\n "
17
- b"Ellar, ASGI Python Web framework\n\nOptions:\n "
18
- b" --project TEXT Run Specific Command on a specific project [default:\n "
19
- b" default]\n -v, --version Show the version and exit.\n --help "
+ b"Ellar, ASGI Python Web framework\n\nOptions:\n --project TEXT "
+ b"Run Specific Command on a specific project [default:\n "
+ b"default]\n -v, --version Show the version and exit.\n --help "
20
b"Show this message and exit.\n\nCommands:\n create-module - Scaffolds Ellar Application Module -\n "
21
- b"runserver - Starts Uvicorn Server -\n working\n"
+ b"failing-1\n failing-2\n failing-3\n runserver - "
22
+ b"Starts Uvicorn Server -\n working\n"
23
)
24
25
0 commit comments