Closed WajahatAliAbid closed 4 years ago
Need to add support for getting original command entered at start. I've encountered a scenario where I needed to store the original command, although could not find anything for it. If there is, can you point me towards it?
Do you mean Environment.GetCommandLineArgs()?
Environment.GetCommandLineArgs()
Yes, I forgot that was an option. Thanks!
Need to add support for getting original command entered at start. I've encountered a scenario where I needed to store the original command, although could not find anything for it. If there is, can you point me towards it?