mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Add another solution
@@ -26,4 +26,10 @@ If you want to use literal slanted double quotes for typographic reasons, you ca
|
|||||||
printf 'Warning: “wakeonlan” is not installed.\n'
|
printf 'Warning: “wakeonlan” is not installed.\n'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Alternatively, use single slanted Unicode quotes like so:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
printf "Warning: ‘wakeonlan’ is not installed.\n"
|
||||||
|
```
|
||||||
|
|
||||||
You can also just [[ignore]] this warning.
|
You can also just [[ignore]] this warning.
|
Reference in New Issue
Block a user