mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
Merge pull request #1890 from xonsh/scp_predict_false
Scp predict false
This commit is contained in:
commit
ddaa2f37e3
2 changed files with 14 additions and 0 deletions
13
news/scp_predict_false.rst
Normal file
13
news/scp_predict_false.rst
Normal file
|
@ -0,0 +1,13 @@
|
|||
**Added:** None
|
||||
|
||||
**Changed:** None
|
||||
|
||||
**Deprecated:** None
|
||||
|
||||
**Removed:** None
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* Fix ``scp`` progress not being outputted
|
||||
|
||||
**Security:** None
|
|
@ -258,6 +258,7 @@ def default_threadable_predictors():
|
|||
'less': predict_help_ver,
|
||||
'man': predict_help_ver,
|
||||
'more': predict_help_ver,
|
||||
'scp': predict_false,
|
||||
'sh': predict_shell,
|
||||
'ssh': predict_false,
|
||||
'startx': predict_false,
|
||||
|
|
Loading…
Add table
Reference in a new issue