struct PaveParams

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

Public Members

basic_string input_path
TargetType type
basic_string output_path
bool is_output_embedded
optional offset
optional length
FvmOptions fvm_options

Public Methods

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

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

|PaveParams| consumers.

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