struct ExtendParams
Defined at line 164 of file ../../src/storage/volume_image/adapter/commands.h
Public Members
basic_string image_path
optional length
bool should_trim
bool should_use_max_partition_size
Public Methods
fpromise::result<ExtendParams, std::string> FromArguments (std::span<std::string_view> arguments)
Returns arguments from |arguments| as a |ExtendParams| instance. Validation is done by the
|ExtendParams| consumers.
Defined at line 372 of file ../../src/storage/volume_image/adapter/commands/arguments.cc