mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
![]() In case there are arguments containing spaces, there were splited. For example: $ xonsh -c 'echo 123' ['/home/rom1/python/xonsh/__main__.py', '-c', 'echo', '123'] $ With this patch: $ xonsh -c 'echo 123' ['/home/rom1/python/xonsh/__main__.py', '-c', 'echo 123'] 123 $ |
||
---|---|---|
.. | ||
xon.sh | ||
xonsh | ||
xonsh.bat |