mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-02-14 11:23:02 +00:00
feat: add version command line arg to all executables
This commit is contained in:
@@ -14,6 +14,7 @@ class RawTemplaterArguments
|
||||
* \brief Prints a command line usage help text for the RawTemplater tool to stdout.
|
||||
*/
|
||||
static void PrintUsage();
|
||||
static void PrintVersion();
|
||||
|
||||
public:
|
||||
bool m_verbose;
|
||||
@@ -27,5 +28,5 @@ public:
|
||||
|
||||
RawTemplaterArguments();
|
||||
|
||||
bool Parse(int argc, const char** argv);
|
||||
bool ParseArgs(int argc, const char** argv, bool& shouldContinue);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user