From 0fd86c049e8e0b673af8260edad0e476254b4d6e Mon Sep 17 00:00:00 2001 From: smichel17 Date: Wed, 30 Dec 2020 18:47:57 +0000 Subject: [PATCH] Updated SC2182 (markdown) --- SC2182.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SC2182.md b/SC2182.md index 95f000c..e5fbbb0 100644 --- a/SC2182.md +++ b/SC2182.md @@ -34,4 +34,8 @@ Rewrite your command using the right semantics, otherwise all arguments after th ### Exceptions: -None. \ No newline at end of file +If you wanted a no-op, use `:` instead. + +```sh +$ : ${place=world} +``` \ No newline at end of file