refactor interims DefaultAppCobra to DefaultApp
Signed-off-by: Christian Richter <c.richter@opencloud.eu>
This commit is contained in:
committed by
Florian Schade
parent
6d054c527c
commit
7be33b0607
@@ -27,7 +27,7 @@ func GetCommands(cfg *config.Config) []*cobra.Command {
|
||||
|
||||
// Execute is the entry point for the opencloud-storage-users command.
|
||||
func Execute(cfg *config.Config) error {
|
||||
app := clihelper.DefaultAppCobra(&cobra.Command{
|
||||
app := clihelper.DefaultApp(&cobra.Command{
|
||||
Use: "storage-users",
|
||||
Short: "Provide storage for users and projects in OpenCloud",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user