|
libsshpp v0.1.7
Modern C++17 wrapper for libssh
|
#include <shell.hpp>
Public Attributes | |
| std::string | term = "xterm-256color" |
| PtySize | size {} |
| std::vector< std::pair< std::string, std::string > > | env |
| bool | request_pty = true |
| std::string sshpp::Shell::Options::term = "xterm-256color" |
| PtySize sshpp::Shell::Options::size {} |
| std::vector<std::pair<std::string, std::string> > sshpp::Shell::Options::env |
| bool sshpp::Shell::Options::request_pty = true |