From 1b447d90b88531278287fa8674bba3e06257bb02 Mon Sep 17 00:00:00 2001 From: Sife-shuo <88375951+Sife-shuo@users.noreply.github.com> Date: Mon, 21 Aug 2023 08:07:43 +0800 Subject: [PATCH] Add exit command --- README.md | 4 +++- command.hpp | 3 +++ main.cpp | 8 +++++++- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0dc8d69..28c6f9e 100644 --- a/README.md +++ b/README.md @@ -54,4 +54,6 @@ Type Abbreviation List(Currently not supported for wchar_t) [ Out ] >> [1:1-2B]: [ Out ] >> [2:2-3B]: [ Out ] >> [3:3-4B]:@ -``` \ No newline at end of file +``` ++ ### exit +Enter exit to exit. \ No newline at end of file diff --git a/command.hpp b/command.hpp index 2981cad..f1c4662 100644 --- a/command.hpp +++ b/command.hpp @@ -53,6 +53,9 @@ void usage(){ cout<