refactor interims DefaultAppCobra to DefaultApp

Signed-off-by: Christian Richter <c.richter@opencloud.eu>
This commit is contained in:
Christian Richter
2025-12-03 15:08:01 +01:00
committed by Florian Schade
parent 6d054c527c
commit 7be33b0607
44 changed files with 46 additions and 67 deletions

View File

@@ -24,7 +24,7 @@ func GetCommands(cfg *config.Config) []*cobra.Command {
// Execute is the entry point for the opencloud auth-basic command.
func Execute(cfg *config.Config) error {
app := clihelper.DefaultAppCobra(&cobra.Command{
app := clihelper.DefaultApp(&cobra.Command{
Use: "auth-basic",
Short: "Provide basic authentication for OpenCloud",
})