mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 09:20:57 +01:00
two spaces
This commit is contained in:
parent
9b5770dcbb
commit
368a13d9d6
1 changed files with 2 additions and 0 deletions
|
@ -152,10 +152,12 @@ def xonsh_exit(args, stdin=None):
|
|||
print() # gimme a newline
|
||||
return None, None
|
||||
|
||||
|
||||
def xonsh_reset(args, stdin=None):
|
||||
""" Clears __xonsh_ctx__"""
|
||||
builtins.__xonsh_ctx__.clear()
|
||||
|
||||
|
||||
@lazyobject
|
||||
def _SOURCE_FOREIGN_PARSER():
|
||||
desc = "Sources a file written in a foreign shell language."
|
||||
|
|
Loading…
Add table
Reference in a new issue