await send_command not accepting 'use_textfsm=True'
While trying add use_textfsm=True to send_commad function it raises the below error.
Traceback (most recent call last):
File "async-ssh.py", line 51, in
Hello, @walidamer711 ! My library doesn't support textfsm, but it's interesting. What do you expect from using this args "use_textfsm=True"?
Hello, In reference to the below link, netmiko now support passing this parameter "use_textfsm=True" along with send_command() in order to return structured data parsed with ready textfsm templates created in ntc-templates. So it is all about getting structured data.
https://pynet.twb-tech.com/blog/automation/netmiko-textfsm.html
if you can add this to your library, that will be great. Thanks
Oh, it's a great idea! I will realize it in the next release!
@selfuryon i'm interested to work on this, you can assign it to me.
Related PR #33