libsshpp v0.1.7
Modern C++17 wrapper for libssh
Loading...
Searching...
No Matches
sshpp::Shell::Options Struct Reference

#include <shell.hpp>

Collaboration diagram for sshpp::Shell::Options:
[legend]

Public Attributes

std::string term = "xterm-256color"
 
PtySize size {}
 
std::vector< std::pair< std::string, std::string > > env
 
bool request_pty = true
 

Member Data Documentation

◆ term

std::string sshpp::Shell::Options::term = "xterm-256color"

◆ size

PtySize sshpp::Shell::Options::size {}

◆ env

std::vector<std::pair<std::string, std::string> > sshpp::Shell::Options::env

◆ request_pty

bool sshpp::Shell::Options::request_pty = true

The documentation for this struct was generated from the following file: