Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleanup/refactor: Alpha Generate command
- Refactored the code implementation to improve error handling, encapsulate logic, and streamline execution flow. - Moved the code implementation from `pkg` to the CLI since it pertains directly to a command. - Additionally, moved the implementation to `internal` to prevent exposing the `Generate` code and avoid unintentional extensions on this alpha feature.
- Loading branch information