Quash Shell  0.1
A simple yet powerfull shell program
Public Attributes | List of all members
QuashState Struct Reference

Holds information about the state and environment Quash is running in. More...

#include <quash.h>

Public Attributes

bool running
 
bool is_a_tty
 
char * parsed_str
 

Detailed Description

Holds information about the state and environment Quash is running in.

Member Data Documentation

bool QuashState::is_a_tty

Indicates if the shell is receiving input from a file or the command line

char* QuashState::parsed_str

Holds a string representing the parsed structure of the command input from the command line

bool QuashState::running

Indicates if Quash should keep accept more input


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