Quash Shell
0.1
A simple yet powerfull shell program
|
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 |
Holds information about the state and environment Quash is running in.
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