mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Merge pull request #4481 from pataquets/add-shellescape-notice-to-exclaim-docs
Docs: add notice about `shellescape` usage in `exclaim` help.
This commit is contained in:
commit
21c9f45a48
1 changed files with 2 additions and 0 deletions
|
@ -692,6 +692,8 @@ 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 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"`.
|
||||
*
|
||||
* Aliased to `!` but the exclamation mark **must be followed with a space**.
|
||||
|
|
Loading…
Add table
Reference in a new issue