doctor
wrknv.wenv.doctor
¶
Doctor command for diagnosing wrknv environment issues.
This module provides diagnostic tools to help users identify and fix common problems with their wrknv setup.
Classes¶
WrknvDoctor
¶
Diagnose and report on wrknv environment health.
Source code in wrknv/wenv/doctor.py
Functions¶
run
¶
Run all diagnostic checks.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
verbose
|
bool
|
If True, show detailed output. |
False
|
Returns:
| Type | Description |
|---|---|
int
|
Exit code (0 if all checks pass, 1 otherwise). |