struct CreateParams

Defined at line 81 of file ../../src/storage/volume_image/adapter/commands.h

Public Members

basic_string output_path
bool is_output_embedded
optional offset
optional length
FvmImageFormat format
vector partitions
FvmOptions fvm_options
bool trim_image

Public Methods

fpromise::result<CreateParams, std::string> FromArguments (std::span<std::string_view> arguments)

Returns arguments from |arguments| as a |CreateParam| instance. Validation is done by the

|CreateParam| consumers.

Defined at line 246 of file ../../src/storage/volume_image/adapter/commands/arguments.cc