#21 Add timeout for getting previous command output

This commit is contained in:
nvbn
2015-04-18 22:50:18 +02:00
parent 6f1f379961
commit e745f3d4a9
4 changed files with 50 additions and 22 deletions
+1
View File
@@ -122,6 +122,7 @@ def get_new_command(command, settings):
The Fuck have a few settings parameters:
* `rules` – list of enabled rules, by default all;
* `wait_command` – max amount of time in seconds for getting previous command output;
* `command_not_found` – path to `command_not_found` binary,
by default `/usr/lib/command-not-found`.