fix: remove unused flag

This commit is contained in:
decentral1se 2022-03-12 15:32:23 +01:00
parent 793a850fd5
commit 6333815b71
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ var appRestartCommand = cli.Command{
ArgsUsage: "<domain>",
Flags: []cli.Flag{
internal.DebugFlag,
internal.NoInputFlag,
},
Before: internal.SubCommandBefore,
Description: `This command restarts a service within a deployed app.`,