CommandDotNet by Bilal Fazlani, Drew Burlingame

<PackageReference Include="CommandDotNet" Version="3.0.0-preview93" />

 CommandDotNet 3.0.0-preview93

Model your command line application interface in a class

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>CommandDotNet</id>
    <version>3.0.0-preview93</version>
    <authors>Bilal Fazlani, Drew Burlingame</authors>
    <owners>Bilal Fazlani, Drew Burlingame</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <projectUrl>https://github.com/bilal-fazlani/CommandDotNet</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/bilal-fazlani/CommandDotNet/master/images/nuget-icon.png</iconUrl>
    <description>Model your command line application interface in a class</description>
    <tags>dotnet core console argument parse</tags>
    <repository type="git" url="https://github.com/bilal-fazlani/CommandDotNet" commit="c8c1452ef1314ab98e4b22d5753fc46f757b0260" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.CSharp" version="4.7.0" exclude="Build,Analyzers" />
        <dependency id="System.Reflection" version="4.3.0" exclude="Build,Analyzers" />
        <dependency id="System.Reflection.Extensions" version="4.3.0" exclude="Build,Analyzers" />
        <dependency id="System.Reflection.Primitives" version="4.3.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>