9struct ApplicationBootstrap;
10struct ApplicationCommandLineArgs;
15 static ApplicationBootstrap ParseBootstrap(
const std::vector<std::string>& args, std::string binaryPath = {});
Definition specification.h:62
Command-line arguments passed to the application.
Definition specification.h:16