From 7838ed95e690422486871995e0e2ad836fdca65f Mon Sep 17 00:00:00 2001 From: Magrid Date: Tue, 20 Feb 2024 15:53:07 +0100 Subject: [PATCH] ":": add page (#12091) * ":": add page --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> --- pages/common/colon.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/common/colon.md diff --git a/pages/common/colon.md b/pages/common/colon.md new file mode 100644 index 000000000..eaf56c179 --- /dev/null +++ b/pages/common/colon.md @@ -0,0 +1,12 @@ +# colon + +> Returns a successful exit status code of 0. +> More information: . + +- Return a successful exit code: + +`:` + +- Make a command always exit with 0: + +`{{command}} || :`