From 8441d0e62ace38e16b54e323def63b14cab1026d Mon Sep 17 00:00:00 2001 From: BillLucky Date: Sun, 23 May 2021 22:50:41 +0800 Subject: [PATCH] exit: add Chinese translation (#6033) --- pages.zh/common/exit.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages.zh/common/exit.md diff --git a/pages.zh/common/exit.md b/pages.zh/common/exit.md new file mode 100644 index 000000000..66cf3678c --- /dev/null +++ b/pages.zh/common/exit.md @@ -0,0 +1,12 @@ +# exit + +> 退出终端程序。 +> 更多信息见:. + +- 使用最后执行命令的退出代码,退出终端程序: + +`exit` + +- 使用指定的退出代码,退出终端程序: + +`exit {{exit_code}}`