Question: How to combine send_command_timing and set_terminal_width on Cloudgenix device type? #3744
showipintbri
started this conversation in
General
Replies: 1 comment
-
|
@showipintbri I think I do this by default already. def establish_connection(self, width: int = 511, height: int = 1000) -> None:Maybe you can see if you can query the device and see what it thinks the width is (or observe where you start to see distorting effects of the terminal width i.e. at 80 characters or something)? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The command output is often very wide. There doesn't seem to be a setting on Cloudgenix to set the terminal width, however when SSH'd into a device resizing the terminal manually will make all the text fit. Is there a way to adjust the terminal width while using the
send_command_timingmethod?Beta Was this translation helpful? Give feedback.
All reactions