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