Merge pull request #3848 from anki-code/tutorial_subprocess_mode

Tutorial: added short example
This commit is contained in:
Anthony Scopatz 2020-10-13 14:51:04 -05:00 committed by GitHub
commit 4146afdab4
Failed to generate hash of commit
2 changed files with 26 additions and 4 deletions

View file

@ -316,10 +316,9 @@ The determination between the two modes is done well ahead of any execution.
You do not need to worry about partially executed commands - that is
impossible.
If you absolutely want to run a subprocess command, you can always
force xonsh to do so with the syntax that we will see in the following
sections.
.. note:: If you would like to explicitly run a subprocess command, you can always
use the formal xonsh subprocess syntax that we will see in the following
sections. For example: ``![ls -l]``.
Quoting
=======

View file

@ -0,0 +1,23 @@
**Added:**
* Added example of subproc calling to the tutorial.
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* <news item>
**Security:**
* <news item>