We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69e21d8 + 147c2d8 commit 028cb4dCopy full SHA for 028cb4d
cmd/compose/down.go
@@ -59,6 +59,7 @@ func downCommand(p *projectOptions, backend api.Service) *cobra.Command {
59
RunE: Adapt(func(ctx context.Context, args []string) error {
60
return runDown(ctx, backend, opts)
61
}),
62
+ Args: cobra.NoArgs,
63
ValidArgsFunction: noCompletion(),
64
}
65
flags := downCmd.Flags()
0 commit comments