feat: config command
All checks were successful
Pre-commit / pre-commit (pull_request) Successful in 5m31s

This commit is contained in:
2025-06-29 21:11:54 +03:00
parent a83561b6a5
commit 85d18880a4
15 changed files with 738 additions and 160 deletions

View File

@ -83,6 +83,7 @@ func GetApp() *cli.App {
VersionCmd(),
SearchCmd(),
RepoCmd(),
ConfigCmd(),
// Internal commands
InternalBuildCmd(),
InternalInstallCmd(),