cmd/repo: Add update command

This commit is contained in:
Daniele Rondina
2020-01-12 23:32:36 +01:00
parent 4c5f6f9f8d
commit 7ad767a81b
2 changed files with 84 additions and 0 deletions

View File

@@ -32,5 +32,6 @@ func init() {
repoGroupCmd.AddCommand(
NewRepoListCommand(),
NewRepoUpdateCommand(),
)
}