feat: config command
Some checks failed
Pre-commit / pre-commit (pull_request) Failing after 4m54s

This commit is contained in:
2025-06-29 21:11:54 +03:00
parent 6355f25089
commit c36d46cf96
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(),