#pragma once #include #include "common.hpp" #include "errors.hpp" POLYBAR_NS namespace command_line { DEFINE_ERROR(argument_error); DEFINE_ERROR(value_error); class option; using choices = vector; using options = vector