Deployed 6c72a3d to prerelease with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
jj-docs[bot] 2024-12-08 09:04:47 +00:00
parent 904eff9ce9
commit 0f4b33e432
2 changed files with 5 additions and 7 deletions

View File

@ -8070,14 +8070,12 @@ compinit
<h2 id="jj-util-exec"><code>jj util exec</code><a class="headerlink" href="#jj-util-exec" title="Permanent link">&para;</a></h2>
<p>Execute an external command via jj</p>
<p>This is useful for arbitrary aliases.</p>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
<p>!! WARNING !!</p>
<p>The following technique just provides a convenient syntax for running
arbitrary code on your system. Using it irresponsibly may cause damage
ranging from breaking the behavior of <code>jj undo</code> to wiping your file
system. Exercise the same amount of caution while writing these aliases
as you would when typing commands into the terminal!</p>
</div>
ranging from breaking the behavior of <code>jj undo</code> to wiping your file system.
Exercise the same amount of caution while writing these aliases as you would
when typing commands into the terminal!</p>
<p>This feature may be removed or replaced by an embedded scripting language in
the future.</p>
<p>Let's assume you have a script called "my-jj-script" in you $PATH and you

File diff suppressed because one or more lines are too long