Add vibe.core.runApplication. See rejectedsoftware/vibe.d#1417.
This commit is contained in:
parent
051254ace1
commit
19f796af9f
2 changed files with 110 additions and 8 deletions
|
@ -132,9 +132,9 @@ void printCommandLineHelp()
|
|||
/**
|
||||
Checks for unrecognized command line options and display a help screen.
|
||||
|
||||
This function is called automatically from vibe.appmain to check for
|
||||
correct command line usage. It will print a help screen in case of
|
||||
unrecognized options.
|
||||
This function is called automatically from `vibe.appmain` and from
|
||||
`vibe.core.core.runApplication` to check for correct command line usage.
|
||||
It will print a help screen in case of unrecognized options.
|
||||
|
||||
Params:
|
||||
args_out = Optional parameter for storing any arguments not handled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue