mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 09:20:57 +01:00
don't capture cryptop output
This commit is contained in:
parent
18ae72950d
commit
a6d55d4eee
2 changed files with 15 additions and 0 deletions
14
news/cryptop.rst
Normal file
14
news/cryptop.rst
Normal file
|
@ -0,0 +1,14 @@
|
|||
**Added:**
|
||||
|
||||
* The ``cryptop`` command will no longer have its output captured
|
||||
by default.
|
||||
|
||||
**Changed:** None
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:** None
|
||||
|
||||
**Security:** None
|
|
@ -392,6 +392,7 @@ def default_threadable_predictors():
|
|||
"clear": predict_false,
|
||||
"cls": predict_false,
|
||||
"cmd": predict_shell,
|
||||
"cryptop": predict_false,
|
||||
"curl": predict_true,
|
||||
"ex": predict_false,
|
||||
"emacsclient": predict_false,
|
||||
|
|
Loading…
Add table
Reference in a new issue