|
Oxygen Engine
Modern C++ 3D Engine using OpenGL
|
command line argument parser More...
#include <OxygenEngine/core/args.h>
Inheritance diagram for oe::core::Args:
Collaboration diagram for oe::core::Args:Public Member Functions | |
| std::vector< std::string > | getAllOptions () |
| Get all options sent to the CLI. | |
| std::vector< std::string > | getUnusedOptions (std::span< const std::string > available_arguments) |
| Fetch a list of unused arguments. | |
command line argument parser
Based upon sailormoon/flags
|
inline |
Fetch a list of unused arguments.
Calculates the difference between CLI options and available arguments
| available_arguments | List of used arguments |