refactor: urfave v2

This commit is contained in:
2024-07-09 13:18:49 +02:00
parent b8e1a3b75f
commit 16aeb441e7
46 changed files with 233 additions and 183 deletions

View File

@ -17,7 +17,7 @@ import (
containerTypes "github.com/docker/docker/api/types/container"
"github.com/docker/docker/api/types/filters"
dockerClient "github.com/docker/docker/client"
"github.com/urfave/cli"
"github.com/urfave/cli/v2"
)
var appPsCommand = cli.Command{