We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da601c commit 49a73fbCopy full SHA for 49a73fb
CodeFormat/src/CodeFormat.cpp
@@ -83,9 +83,9 @@ int main(int argc, char** argv)
83
return -1;
84
}
85
86
- if (cmd.HasOption("output"))
+ if (cmd.HasOption("outfile"))
87
{
88
- luaFormat->SetOutputFile(cmd.Get<std::string>("output"));
+ luaFormat->SetOutputFile(cmd.Get<std::string>("outfile"));
89
90
91
if (cmd.Get<bool>("detect-config"))
0 commit comments