This functions allows the usage of a custom command line argument parser with vibe.d.
The arguments that should be handled by vibe.d
import std.format : format; string[] args = ["--foo", "10"]; setCommandLineArgs(args);
See Implementation
This functions allows the usage of a custom command line argument parser with vibe.d.