Tyrrrz/CliFx

Add support for getting the input command

WajahatAliAbid opened this issue · 2 comments

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()?

Yes, I forgot that was an option. Thanks!