⚙️ Add luet repo add/get

Fix #230
This commit is contained in:
Ettore Di Giacinto
2022-03-17 17:01:41 +01:00
parent 2996c055a5
commit 4947b891c5
4 changed files with 263 additions and 0 deletions

View File

@@ -31,6 +31,8 @@ func init() {
RootCmd.AddCommand(repoGroupCmd)
repoGroupCmd.AddCommand(
NewRepoAddCommand(),
NewRepoGetCommand(),
NewRepoListCommand(),
NewRepoUpdateCommand(),
)