Function processCommandLineArgs

Deprecated. Removes any recognized arguments from args leaving any unrecognized options.

Note that vibe.d parses all options on start up and calling this function is not necessary. It is recommended to use Currently does nothing - Vibe will parse arguments automatically on startup. Call finalizeCommandLineArgs from your main() if you use a custom one, to check for unrecognized options.

Prototype

void processCommandLineArgs(
  ref string[] args
) deprecated;

Authors

Sönke Ludwig, Vladimir Panteleev

Copyright

© 2012 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.