15namespace fs = std::filesystem;
42 void print_containers(std::vector<ContainerInfo>& containers);
47 COMMAND_DESCRIPTION(
"Creates the foundation for fast query responses during the main operation phase.")
const CliOption * options() const final
Lists all available preprocessor containers.
bool run(const ParsedOptions &options) override
Executes the main logic of the command.
bool validate(const ParsedOptions &options) override
Validate the arguments already analyzed.
#define COMMAND_DESCRIPTION(str)
Configuration management interface.
Container metadata representation.
std::string name
Container name.
std::string extra
Additional info.
std::string id
Unique container ID.
std::string disk_usage
Human-readable disk usage.