Create a switch to allow automatic download of nuget packages. Need to consider a specific syntax to support package name and version, potentially: `dotnet ildasm packagename/0.1.0 --nuget` or `dotnet ildasm packagename --nuget -v 0.1.0`