[#subprocess-executable] = xref:subprocess.adoc[subprocess]::executable :relfileprefix: ../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct executable : xref:subprocess/string_arg.adoc[string_arg] ---- == Description Eg: executable{"ls"} == Base Classes [cols="1,4"] |=== | Name| Description | `xref:subprocess/string_arg.adoc[string_arg]` | Base class for all arguments involving string value. |=== == Member Functions [cols="1,4"] |=== | Name| Description | xref:subprocess/executable/2constructor.adoc[`executable`] [.small]#[constructor]# | Wraps a value as the executable name option. |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:subprocess/string_arg/arg_value.adoc[`arg_value`] | The stored argument text. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#