mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00

* refectored builtins * refectored posix and readers * refectored posix and readers * proxies * pipelines * basic procs import cleanup * fixed / refactored tests * procs docs * amalgamate * XONSH_DEBUG=1 in tests * exclude xonsh.procs mypy * Use `pip install` instead of `python setup.py install` * Update docs/api/procs/pipelines.rst Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com> Co-authored-by: Gil Forsyth <gil@forsyth.dev> Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
10 lines
280 B
ReStructuredText
10 lines
280 B
ReStructuredText
.. _xonsh_procs_specs:
|
|
|
|
*************************************************
|
|
Subprocess Specifications (``xonsh.procs.specs``)
|
|
*************************************************
|
|
|
|
.. automodule:: xonsh.procs.specs
|
|
:members:
|
|
:undoc-members:
|
|
:exclude-members: msvcrt _winapi
|