[RAPPS] cmdline enhancement (#3087)

* [RAPPS] now command-line option supports begin with both / and -
* [RAPPS] Add help command with /?
* [RAPPS] add /find command
* [RAPPS] add /info option
* [RAPPS] add copyright and contact e-mail
This commit is contained in:
He Yang 2020-08-25 17:06:30 +08:00 committed by Mark Jansen
parent 997650d424
commit 7a11c65561
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B
35 changed files with 612 additions and 90 deletions

View file

@ -56,3 +56,5 @@ BOOL IsSystem64Bit();
INT GetSystemColorDepth();
void UnixTimeToFileTime(DWORD dwUnixTime, LPFILETIME pFileTime);
BOOL SearchPatternMatch(LPCWSTR szHaystack, LPCWSTR szNeedle);