Skip to content

Commit

Permalink
lint: Add flag field
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar committed Nov 28, 2023
1 parent be46546 commit 86bd592
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/cli/commands/enclave/connect/connect.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 86bd592

Please sign in to comment.