internal/dis: Add 'watcher' component for infos

This commit is contained in:
Tom Wiesing 2022-11-14 11:39:23 +01:00
parent 162b1d3d65
commit 8cfb23bed0
No known key found for this signature in database
8 changed files with 132 additions and 33 deletions

View file

@ -24,7 +24,7 @@ func (info) Description() wisski_distillery.Description {
NeedsDistillery: true,
},
Command: "info",
Description: "Provide information about a single repository",
Description: "Provide information about a single instance",
}
}