Tyrrrz / CliFx

Class-first framework for building command-line interfaces
MIT License
1.5k stars 61 forks source link

Add support for getting the input command #60

Closed WajahatAliAbid closed 4 years ago

WajahatAliAbid commented 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?

Tyrrrz commented 4 years ago

Do you mean Environment.GetCommandLineArgs()?

WajahatAliAbid commented 4 years ago

Yes, I forgot that was an option. Thanks!