refactor: persistent DebugFlag

This commit is contained in:
2024-07-09 15:54:35 +02:00
parent ca37621ce3
commit 2c9e13d3d4
37 changed files with 12 additions and 54 deletions

View File

@ -28,7 +28,6 @@ var appPsCommand = cli.Command{
Description: "Show status of a deployed app.",
Flags: []cli.Flag{
internal.MachineReadableFlag,
internal.DebugFlag,
},
Before: internal.SubCommandBefore,
EnableShellCompletion: true,