dmulyalin / ttp

Template Text Parser
MIT License
351 stars 34 forks source link

Probable bug: DEBUG doesn't show raw regex in CLI #85

Open hikarikumo opened 2 years ago

hikarikumo commented 2 years ago

Hello! The following command run in CLI do no show DEBUG output with plain regex. ttp -d "brocade_show_interface_example_data.txt" -t "brocade_show_interfaces_template.txt" -l DEBUG -o json | jq

input_data: https://gist.github.com/hikarikumo/1c34b91d26204d4127da1a45a62be049 ttp_tempate: https://gist.github.com/hikarikumo/0b02a0083375e81016cceef9a0b80e38

output data (as screenshot): image