bring back missing commands

This commit is contained in:
Willy Kloucek
2021-12-17 17:19:47 +01:00
committed by Jörn Friedrich Dreyer
parent 61ff46b29c
commit 342da01c9b
4 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
//go:build !simple
// +build !simple
package command
import (

View File

@@ -1,3 +1,6 @@
//go:build !simple
// +build !simple
package command
import (

View File

@@ -1,3 +1,6 @@
//go:build !simple
// +build !simple
package command
import (

View File

@@ -35,6 +35,7 @@ func Execute(cfg *config.Config) error {
AppProvider(cfg),
AuthBasic(cfg),
AuthBearer(cfg),
AuthMachine(cfg),
Sharing(cfg),
StorageUsers(cfg),
StorageShares(cfg),