bilal-fazlani / commanddotnet

A modern framework for building modern CLI apps
https://commanddotnet.bilal-fazlani.com
MIT License
575 stars 29 forks source link

add [parse:raw] to show Environment.CommandLine #286

Closed drewburlingame closed 4 years ago

drewburlingame commented 4 years ago

this shows the command line before the .net process split it into the string[] args. It can help to troubleshoot issues others are having with the parsing