refactor(video2x): split the CLI into multiple files; improve CLI args validation (#1247)

Signed-off-by: k4yt3x <i@k4yt3x.com>
This commit is contained in:
K4YT3X
2024-12-04 08:06:35 +00:00
committed by GitHub
parent adf3baf4be
commit 0400cf51b0
31 changed files with 928 additions and 834 deletions

View File

@@ -1,7 +1,7 @@
#include "fsutils.h"
#if _WIN32
#include <windows.h>
#include <Windows.h>
#include <cwchar>
#else
#include <unistd.h>