doctor
π€ AI-Generated Content
This documentation was generated with AI assistance and is still being audited. Some, or potentially a lot, of this information may be inaccurate. Learn more.
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). |