mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -05:00
Fix help link
This commit is contained in:
parent
28001547e4
commit
52460f0e9f
1 changed files with 1 additions and 1 deletions
|
@ -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"`.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue