FileMode/FileOption debugging, fixes, and added safety.

This commit is contained in:
J-D-K
2025-09-06 19:21:35 -04:00
parent f052d0b2a7
commit e1d592ee9c
44 changed files with 208 additions and 151 deletions

View File

@@ -15,7 +15,7 @@ namespace strings::names
inline constexpr std::string_view FILEOPTION_CONFS = "FileOptionConfs";
inline constexpr std::string_view FILEOPTION_MESSAGES = "FileOptionMessages";
inline constexpr std::string_view FILEOPTION_STATUS = "FileOptionStatus";
inline constexpr std::string_view FILEMODE_POPS = "FileModePops";
inline constexpr std::string_view FILEOPTION_POPS = "FileOptionPops";
inline constexpr std::string_view GENERAL_POPS = "GeneralPops";
inline constexpr std::string_view GOOGLE_DRIVE = "GoogleDriveStrings";
inline constexpr std::string_view HOLDING_STRINGS = "HoldingStrings";