Add vibe.core.runApplication. See rejectedsoftware/vibe.d#1417.

This commit is contained in:
Sönke Ludwig 2016-08-30 12:30:49 +02:00
parent 051254ace1
commit 19f796af9f
2 changed files with 110 additions and 8 deletions

View file

@ -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