|
networkservice
|
Represents a shell command to execute. More...
#include <Parser.h>
Public Attributes | |
| char * | pathname |
| int | argc |
| char ** | argv |
Represents a shell command to execute.
| int utils::command::Parser::Command::argc |
The number of elements in argv
| char** utils::command::Parser::Command::argv |
Arguments to pass to the program
| char* utils::command::Parser::Command::pathname |
Absolute path to the program
1.8.13