From ddc51b06ce10301129ea8168b8899ca3b29c1909 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Sun, 2 Oct 2022 16:19:05 +0200 Subject: [PATCH] :sparkles: add alias `stop` for command `halt` --- doc/concept.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/concept.sh b/doc/concept.sh index 717deab..8f355e8 100644 --- a/doc/concept.sh +++ b/doc/concept.sh @@ -178,7 +178,7 @@ mycommand1 42 $test ## RETURN, END, ETC. ## # halt the program -halt +halt|stop # return from command to parent scope # halt program in root scope