mirror of
https://github.com/johndoe6345789/GithubWorkflowTool.git
synced 2026-05-01 00:56:04 +00:00
Add LIMITATIONS.md and gwt doctor command
- Created comprehensive LIMITATIONS.md documenting all v1 limitations with categories, resolution paths, and workarounds - Implemented 'gwt doctor' CLI command to check system and workflow compatibility - Updated README.md to reference LIMITATIONS.md - Updated USAGE.md with doctor command documentation and examples - Added example workflow demonstrating known limitations Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
@@ -38,6 +38,7 @@ private:
|
||||
int handleList(const QStringList& args);
|
||||
int handleRun(const QStringList& args);
|
||||
int handleWorkflows(const QStringList& args);
|
||||
int handleDoctor(const QStringList& args);
|
||||
};
|
||||
|
||||
} // namespace cli
|
||||
|
||||
Reference in New Issue
Block a user