This commit is contained in:
Valk Richard Li
2021-06-13 01:01:32 +08:00
parent 1d3c4b0843
commit 411c2e5c4c
4 changed files with 67 additions and 77 deletions

View File

@@ -19,6 +19,9 @@ void help_interact()
void help_cmd()
{
std::cout
#ifdef _WIN32
<<"use command \'chcp 65001\' if want to use unicode.\n"
#endif
<<"nasal | use interactive interpreter.\n"
<<"nasal -h -help | get help.\n"
<<"nasal -v -version | get version of nasal interpreter.\n"