This commit is contained in:
2025-08-17 01:12:31 +02:00
parent ea6948dbe2
commit a7c85ea3c6
2 changed files with 7 additions and 7 deletions

View File

@@ -51,7 +51,7 @@ func main() {
subcommands.Register(&remove.RemoveCmd{Service: s}, "management")
subcommands.Register(&show.ShowCmd{Service: s}, "management")
subcommands.Register(&apply.ListCmd{Service: s}, "restore")
subcommands.Register(&apply.ApplyCmd{Service: s}, "restore")
subcommands.Register(&remote.RemoteCmd{Service: s}, "remote")
subcommands.Register(&sync.SyncCmd{Service: s}, "remote")