This is command is a wrapper around uvicorn ASGI server. it helps to create a link necessary for uvicorn to run your ellar application properly.
ellar runserver --reloadwill product the following output:
INFO: Will watch for changes in these directories: ['/home/user/working-directory']
INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
INFO: Started reloader process [2934815] using WatchFiles
INFO: APP SETTINGS MODULE: john_doe.config:DevelopmentConfig
INFO: Started server process [2934818]
INFO: Waiting for application startup.
INFO: Application startup complete.ellar runserver --helpOR
Please check Uvicorn CLI Options