Parsing and error logging complete

This commit is contained in:
Norman Lansing
2026-03-12 07:13:47 -04:00
parent bf2ead5f97
commit 51e89e8613
6 changed files with 161 additions and 113 deletions

View File

@@ -19,5 +19,6 @@ namespace cmdlineparser::details
FString EnsureEndsWith(const FString& Token, const TCHAR* Suffix);
int32 GetConfiguredOrDefaultPort(const FString& CommandLine, const FString& Token);
bool DoesRegExMatch(const FString& Text, const FString& Pattern);
}