refactor
This commit is contained in:
@@ -211,7 +211,7 @@ download_type_from_string(std::string type,
|
||||
-> std::string;
|
||||
|
||||
enum class exit_code : std::int32_t {
|
||||
success,
|
||||
success = 0,
|
||||
communication_error = -1,
|
||||
file_creation_failed = -2,
|
||||
incompatible_version = -3,
|
||||
|
Reference in New Issue
Block a user