Option to specify the executable name separately from the args sequence. In this case the cmd args must only contain the options required for this executable.
Synopsis
Declared in <util/subprocess.h>
struct executable
: string_arg
Description
Eg: executable{"ls"}
Base Classes
Name |
Description |
Base class for all arguments involving string value. |
Member Functions
Name |
Description |
|
Wraps a value as the executable name option. |
Data Members
Name |
Description |
The stored argument text. |
Created with MrDocs