|
dpkg 1.22.7-3-g89f48
|
Describe a command to execute. More...
#include <command.h>
Data Fields | |
| const char * | name |
| Descriptive name of the command, used when printing. | |
| const char * | filename |
| Filename to execute; either a path or the progname. | |
| int | argc |
| int | argv_size |
| const char ** | argv |
Describe a command to execute.
| int command::argc |
Referenced by command_add_arg(), command_add_argl(), command_add_argv(), command_destroy(), and command_init().
| const char** command::argv |
| int command::argv_size |
Referenced by command_destroy(), and command_init().
| const char* command::filename |
Filename to execute; either a path or the progname.
Referenced by command_destroy(), command_exec(), and command_init().
| const char* command::name |
Descriptive name of the command, used when printing.
Referenced by command_destroy(), command_exec(), command_init(), and maintscript_fallback().