Skip to content

Releases: evedovelli/climatic

Add support to Telnet connection

Choose a tag to compare

@evedovelli evedovelli released this 03 Feb 17:02
v0.0.4

New version 0.0.4 with support to Telnet connection

Add cli method

Choose a tag to compare

@evedovelli evedovelli released this 11 Apr 19:01
Add cli method to execute "copy+paste" from cli

Also:
- Add unit tests;
- Change to use NO_ERROR_MARKER to define no error_marker instead
  of passing argument as None;
- Define types for all arguments;
- Moved run and cli optional arguments to constructor, so they can
  be defined only once on constructor when necessary, or per run/cli
  call when necessary;
- Add options from CoreCli constructor to the Linux CLI constructor.

Signed-off-by: Estevan Vedovelli <evedovelli@gmail.com>