networkservice
Public Attributes | List of all members
utils::command::Parser::Command Struct Reference

Represents a shell command to execute. More...

#include <Parser.h>

Public Attributes

char * pathname
 
int argc
 
char ** argv
 

Detailed Description

Represents a shell command to execute.

See also
IExecutor

Member Data Documentation

◆ argc

int utils::command::Parser::Command::argc

The number of elements in argv

◆ argv

char** utils::command::Parser::Command::argv

Arguments to pass to the program

◆ pathname

char* utils::command::Parser::Command::pathname

Absolute path to the program


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