You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
laszewsk
changed the title
Delete known_hosts file in case of reburn (edit documentation)
burn: Delete known_hosts file in case of reburn (edit documentation)
May 2, 2022
there is a shell command that does this actually, we need to look this up and create a Shell.delete_knowhosts or somewhere else convenient. para,eteri is a string or a list
if type(parameter) == str:
parameter = [parameter]
now everything is a list and we can do list based function
The text was updated successfully, but these errors were encountered: