migrate revisions cli command from urfave/cli to spf13/cobra

Signed-off-by: Christian Richter <c.richter@opencloud.eu>
This commit is contained in:
Christian Richter
2025-12-15 16:40:26 +01:00
committed by Florian Schade
parent dfa2577cf0
commit 4794deb0ae
2 changed files with 33 additions and 58 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"github.com/opencloud-eu/opencloud/opencloud/pkg/register"
"github.com/opencloud-eu/opencloud/pkg/config"
"github.com/spf13/cobra"
"github.com/spf13/viper"
)