-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
paramiko.AutoAddPolicy()is used but it's not safe.- Plugins should have an
action()method that returns eitherstrorNone, but it's not enforced and type-checked at runtime. - The way putting plugins in lists as parameters is just not intuitive, and users need to go through the documentations to know that the sequence matters. Putting the next invoked plugin into the parameters might be a solution.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request