Fix help link

This commit is contained in:
Oliver Blanthorn 2022-11-29 12:11:00 +01:00 committed by GitHub
parent 28001547e4
commit 52460f0e9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -692,7 +692,7 @@ export async function nativeopen(...args: string[]) {
*
* Requires the native messenger, obviously.
*
* If you're using `exclaim` with arguments coming from a pipe, consider using `shellescape` to properly escape arguments and to prevent unsafe commands.
* If you're using `exclaim` with arguments coming from a pipe, consider using [[shellescape]] to properly escape arguments and to prevent unsafe commands.
*
* If you want to use a different shell, just prepend your command with whatever the invocation is and keep in mind that most shells require quotes around the command to be executed, e.g. `:exclaim xonsh -c "1+2"`.
*