diff --git a/connpy/_version.py b/connpy/_version.py index c8afb1d..b5f264a 100644 --- a/connpy/_version.py +++ b/connpy/_version.py @@ -1,2 +1,2 @@ -__version__ = "2.1.7" +__version__ = "2.1.8" diff --git a/connpy/connapp.py b/connpy/connapp.py index f19521a..d7e26a8 100755 --- a/connpy/connapp.py +++ b/connpy/connapp.py @@ -586,6 +586,8 @@ class connapp: #Generates an inquirer list to pick if FzfPrompt and self.fzf: fzf = FzfPrompt(executable_path="fzf-tmux") + if not self.case: + fzf = FzfPrompt(executable_path="fzf-tmux -i") answer = fzf.prompt(list, fzf_options="-d 25%") if len(answer) == 0: return diff --git a/connpy/core.py b/connpy/core.py index e8c9489..7aeeef8 100755 --- a/connpy/core.py +++ b/connpy/core.py @@ -241,7 +241,7 @@ class node: default False. - timeout (int):Time in seconds for expect to wait for prompt/EOF. - default 20. + default 10. ### Returns: @@ -324,7 +324,7 @@ class node: need some special symbol. - timeout (int):Time in seconds for expect to wait for prompt/EOF. - default 20. + default 10. ### Returns: bool: true if expected value is found after running the commands @@ -563,7 +563,7 @@ class nodes: number of members. - timeout (int): Time in seconds for expect to wait for prompt/EOF. - default 20. + default 10. ###Returns: @@ -644,7 +644,7 @@ class nodes: number of members. - timeout (int): Time in seconds for expect to wait for prompt/EOF. - default 20. + default 10. ### Returns: diff --git a/docs/connpy/index.html b/docs/connpy/index.html index 7ed8b51..03f9102 100644 --- a/docs/connpy/index.html +++ b/docs/connpy/index.html @@ -1253,6 +1253,8 @@ __pdoc__ = { #Generates an inquirer list to pick if FzfPrompt and self.fzf: fzf = FzfPrompt(executable_path="fzf-tmux") + if not self.case: + fzf = FzfPrompt(executable_path="fzf-tmux -i") answer = fzf.prompt(list, fzf_options="-d 25%") if len(answer) == 0: return @@ -2107,7 +2109,7 @@ tasks: default False. - timeout (int):Time in seconds for expect to wait for prompt/EOF. - default 20. + default 10. ### Returns: @@ -2190,7 +2192,7 @@ tasks: need some special symbol. - timeout (int):Time in seconds for expect to wait for prompt/EOF. - default 20. + default 10. ### Returns: bool: true if expected value is found after running the commands @@ -2417,7 +2419,7 @@ tasks: default False. - timeout (int):Time in seconds for expect to wait for prompt/EOF. - default 20. + default 10.

Returns:

str: Output of the commands you ran on the node.
@@ -2459,7 +2461,7 @@ tasks:
                         default False.
 
         - timeout (int):Time in seconds for expect to wait for prompt/EOF.
-                        default 20.
+                        default 10.
 
     ### Returns:  
 
@@ -2541,7 +2543,7 @@ tasks:
                 need some special symbol.
 
 - timeout (int):Time in seconds for expect to wait for prompt/EOF.
-                default 20.
+                default 10.
 

Returns:

bool: true if expected value is found after running the commands 
@@ -2583,7 +2585,7 @@ tasks:
                         need some special symbol.
 
         - timeout (int):Time in seconds for expect to wait for prompt/EOF.
-                        default 20.
+                        default 10.
 
     ### Returns: 
         bool: true if expected value is found after running the commands 
@@ -2775,7 +2777,7 @@ tasks:
                               number of members.
             
             - timeout  (int): Time in seconds for expect to wait for prompt/EOF.
-                              default 20.
+                              default 10.
 
         ###Returns:  
 
@@ -2856,7 +2858,7 @@ tasks:
                               number of members.
 
             - timeout  (int): Time in seconds for expect to wait for prompt/EOF.
-                              default 20.
+                              default 10.
 
         ### Returns:  
 
@@ -2940,7 +2942,7 @@ tasks:
                   number of members.
 
 - timeout  (int): Time in seconds for expect to wait for prompt/EOF.
-                  default 20.
+                  default 10.
 

Returns:

dict: Dictionary formed by nodes unique as keys, Output of the 
@@ -2989,7 +2991,7 @@ tasks:
                           number of members.
         
         - timeout  (int): Time in seconds for expect to wait for prompt/EOF.
-                          default 20.
+                          default 10.
 
     ###Returns:  
 
@@ -3069,7 +3071,7 @@ tasks:
                   number of members.
 
 - timeout  (int): Time in seconds for expect to wait for prompt/EOF.
-                  default 20.
+                  default 10.
 

Returns:

dict: Dictionary formed by nodes unique as keys, value is True if 
@@ -3116,7 +3118,7 @@ tasks:
                           number of members.
 
         - timeout  (int): Time in seconds for expect to wait for prompt/EOF.
-                          default 20.
+                          default 10.
 
     ### Returns: