Eric Tiedemann
Eric Tiedemann
It does not run the command when I have it like: `init_exec_commands=["term len 0", "term width 500"],`. Terminal length is affected as well even when testing on IOS-XE. ``` 2022-07-09...
@lsheikal I've added the folder based testing as requested
Same issue I have with `cargo watch`. I need to use the `--poll` option, but this project doesn't seem to have that. If I just type `r` it reruns the...
Thanks for the answer. I did make a little utility function to convert the mask to bitlength and just used the normal parser. ``` fn netmask_to_bit(netmask: &str) -> u32 {...