From 86bd592dae3e7b37e45c9b46136ca8a7f197df66 Mon Sep 17 00:00:00 2001 From: Omar Date: Tue, 28 Nov 2023 09:24:22 +0000 Subject: [PATCH] lint: Add flag field --- cli/cli/commands/enclave/connect/connect.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/cli/commands/enclave/connect/connect.go b/cli/cli/commands/enclave/connect/connect.go index 2783500ff0..d5b27de1c3 100644 --- a/cli/cli/commands/enclave/connect/connect.go +++ b/cli/cli/commands/enclave/connect/connect.go @@ -32,6 +32,7 @@ var EnclaveConnectCmd = &engine_consuming_kurtosis_command.EngineConsumingKurtos LongDescription: "List information about the enclave's status and contents", KurtosisBackendContextKey: kurtosisBackendCtxKey, EngineClientContextKey: engineClientCtxKey, + Flags: []*flags.FlagConfig{}, Args: []*args.ArgConfig{ enclave_id_arg.NewEnclaveIdentifierArg( enclaveIdentifierArgKey,