mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
validated that we need MaybeQuotedPath
This commit is contained in:
parent
f893641fc1
commit
ad2db1a9d9
1 changed files with 3 additions and 3 deletions
|
@ -67,9 +67,9 @@ int wmain(int argc, wchar_t* wargv[])
|
|||
options.add_options()
|
||||
("h,help", "produce help message")
|
||||
("v,verbose", "verbose output")
|
||||
("i,ini", "morrowind.ini file")
|
||||
("c,cfg", "openmw.cfg file")
|
||||
("o,output", "openmw.cfg file", cxxopts::value<std::string>()->default_value(""))
|
||||
("i,ini", "morrowind.ini file", cxxopts::value<Files::MaybeQuotedPath>())
|
||||
("c,cfg", "openmw.cfg file", cxxopts::value<Files::MaybeQuotedPath>())
|
||||
("o,output", "openmw.cfg file", cxxopts::value<Files::MaybeQuotedPath>()->default_value(""))
|
||||
("g,game-files", "import esm and esp files")
|
||||
("f,fonts", "import bitmap fonts")
|
||||
("A,no-archives", "disable bsa archives import")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue