Parsed commandline arguments. More...
Public Attributes | |
| std::optional< std::int32_t > | width |
| Minefield width. | |
| std::optional< std::int32_t > | height |
| Minefield height. | |
| std::optional< std::int32_t > | mines |
| Number of mines to generate. | |
| std::optional< std::string > | player_name |
| Player name. | |
| std::optional< std::string > | save_path |
| Path to the save file. | |
| bool | help |
| Show help. | |
Parsed commandline arguments.