aws / aws-nitro-enclaves-cli

Tooling for Nitro Enclave Management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enclaves failing to start. `--attach_console` argument should be optional

jakekgrog opened this issue · comments

The --attach_console flag was added in the latest release but has broken our builds as it wasn't optional

pub attach_console: bool,

Hi @jakekgrog, can you describe the issue in more detail? I ran a few tests and the enclaves seem to start just fine without --attach-console flag in either debug or production mode on release 1.2.0.

There is no need for Optional there, as this doesn't reflect in either the way the CLI interprets the flags or the way that flag is used later on.

Released in 1.2.1