![]() |
YASH 0.1
CLI written in C
|
Represents one command with arguments and redirections. More...
#include <yash.h>
Public Attributes | |
| char * | argv [MAX_ARGS] |
| Null-terminated array of arguments. | |
| char * | in_file |
| Filename for input redirection. | |
| char * | out_file |
| Filename for output redirection. | |
| char * | err_file |
| Filename for error redirection. | |
| int | background |
| Background execution flag. | |
Represents one command with arguments and redirections.
Invariants: