Page 1 of 1

Enable full command line in console output

Posted: Fri May 15, 2026 3:46 am
by miskol
I am building project like this
msbuild /verbosity:normal /consoleloggerparameters:ShowCommandLine /t:build /p:Configuration=Release /p:config=Release MyGroupProject.groupproj

And is it possible to see full command line how TwineCompile build every file
I know that it is all in twfiles.@@@ file
But I want to see that in console. google gemini told me about /p:TwineCompileLogging=Verbose but I can't find anything so it is pure LLM hallucination :mrgreen:

It will be nice if twinecopile will follow settings from /consoleloggerparameters:ShowCommandLine :mrgreen:

Re: Enable full command line in console output

Posted: Fri May 15, 2026 7:28 pm
by jomitech
Would it be possible to share why you need to see this information?

For all builds, except for Win64 Modern, TwineCompile doesn't actually use a command-line build - it directly invokes the compiler DLL and passes the arguments into it, so there isn't a true 1-1 mapping available. If you're looking for the options for each file, twfiles.@@@ is the source, as you have discovered.