diff --git a/trobz_local/main.py b/trobz_local/main.py index bcd2c5b..4dbe746 100644 --- a/trobz_local/main.py +++ b/trobz_local/main.py @@ -68,6 +68,7 @@ def main( @app.command() def init(ctx: typer.Context): + """Create the directory structure for local Odoo development.""" _run_init(ctx) @@ -572,6 +573,7 @@ def ensure_db_user(ctx: typer.Context): @app.command() def doctor(): + """Check the health of your local development environment.""" code_root = get_code_root() groups = run_doctor(code_root)