File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1414
1515good_app_info = (
1616 b"Usage: good_app.py [OPTIONS] COMMAND [ARGS]...\n \n "
17- b"Ellar, ASGI Python Web framework\n \n Options:\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 "
17+ b"Ellar, ASGI Python Web framework\n \n Options:\n --project TEXT "
18+ b"Run Specific Command on a specific project [default:\n "
19+ b"default]\n -v, --version Show the version and exit.\n --help "
2020 b"Show this message and exit.\n \n Commands:\n create-module - Scaffolds Ellar Application Module -\n "
21- b"runserver - Starts Uvicorn Server -\n working\n "
21+ b"failing-1\n failing-2\n failing-3\n runserver - "
22+ b"Starts Uvicorn Server -\n working\n "
2223)
2324
2425
You can’t perform that action at this time.
0 commit comments