Expand description
A submodule for handling the arguments passed to the program
Structsยง
- Args
- The arguments to the program.
- Save
File ๐Name Completion - A [Completion] struct for save file names, that also acts as a list of save files in the current directory.
Enumsยง
- Invalid
Path ๐
Constantsยง
- CK3_
EXTENSION ๐ - LANGUAGES ๐
- The languages supported by the game.
Functionsยง
- parse_
lang_ ๐arg - A function to parse the language argument.
- parse_
path_ ๐arg - A function to parse the path argument.
- validate_
dir_ ๐path - A function to validate the path input.
- validate_
file_ ๐path - A function to validate the file path input.