mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
new
This commit is contained in:
parent
033c8c6009
commit
48e16455b8
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ line is ``#!/usr/bin/env xonsh``.
|
|||
- ``_.rtn``
|
||||
- Returns the exit code, or status, of the previous command. The underscore ``_`` is working
|
||||
in the prompt mode. To get the exit code of the command in xonsh script
|
||||
use captured subprocess `!().rtn`.
|
||||
use captured subprocess ``!().rtn``.
|
||||
* - ``N=V command``
|
||||
- ``$N=V command`` or ``with ${...}.swap(N=V): command``
|
||||
- Set temporary environment variable(s) and execute the command.
|
||||
|
|
Loading…
Add table
Reference in a new issue