Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
|
static shell::flagopt | helpflag ('h',"--help", _TEXT("display this list")) |
|
static shell::flagopt | althelp ('?', NULL, NULL) |
|
static shell::stringopt | error ('e', "--error", _TEXT("stderr path to use"), "filename") |
|
static shell::stringopt | input ('i', "--input", _TEXT("stdin path to use"), "filename") |
|
static shell::stringopt | output ('o', "--output", _TEXT("stdout path to use"), "filename") |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 29 of file pdetach.cpp.
References ucommon::_TEXT(), althelp, ucommon::shell::argv(), argv0, ucommon::shell::bind(), ucommon::shell::detach(), ucommon::shell::errexit(), error, ucommon::shell::help(), helpflag, input, ucommon::fsys::input(), INVALID_HANDLE_VALUE, ucommon::is(), output, and ucommon::fsys::output().
◆ althelp
◆ error
shell::stringopt error( 'e', "--error", _TEXT("stderr path to use"), "filename") |
|
static |
◆ helpflag
◆ input
◆ output
shell::stringopt output( 'o', "--output", _TEXT("stdout path to use"), "filename") |
|
static |