View Single Post
  #6  
Old 08-10-2020, 23:59
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,407 Times in 637 Posts
Masquerade is on a distinguished road
@Cesar92

I had a similar idea, however {option} will still translate any given value into a command line switch.

So, ue4dt must accept this command line:
Code:
ue4dt.exe e -m2 key <stdin> <stdout>
If you used {option}, a - will be appended to the key, making the run command:
Code:
ue4dt.exe e -m2 -key <stdin> <stdout>
leading to an error.
Reply With Quote