Refactor AnyGen CLI for enhanced usability#82
Refactor AnyGen CLI for enhanced usability#82manucian-official wants to merge 2 commits intoHKUDS:mainfrom
Conversation
Refactor AnyGen CLI to improve functionality and readability.
|
Thanks for the PR — but this looks like more than cleanup. It seems to remove a large portion of the CLI surface. From the diff, several commands/options disappear (e.g. Also: the raw file for If these removals are intentional, could you document the deprecations and rationale? Otherwise I’d suggest keeping the existing commands/options. |
|
Thanks for taking the time to review the PR and for pointing this out. You're right that the current diff appears larger than a simple cleanup. The intention of this change was internal refactoring and optimization only, not to remove or alter the public CLI surface. If some commands or options appear to be missing in the diff (e.g. Regarding the I'll follow up shortly with an updated patch that:
Thanks again for catching this. |
Refactor AnyGen CLI to improve functionality and readability.