mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-30 19:32:39 +00:00
Deployed 6c72a3d to prerelease with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
parent
904eff9ce9
commit
0f4b33e432
@ -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">¶</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
Loading…
x
Reference in New Issue
Block a user