Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ConsoleLogger to NewPkgCommand instantiation (#335)
Previously, the `NewPkgCommand` was instantiated without a logger, potentially missing important debug information. This change appends `ConsoleLogger.Instance` to the `NewPkgCommand` creation, ensuring log output is properly captured for new package operations.
- Loading branch information