This repository was archived by the owner on Dec 18, 2017. It is now read-only.

Description
Currently trying to list the available NuGet sources using kpm blows up with an exception:
C:\Users\danroth27\Documents\Visual Studio 14\Projects\WebApplication7\src\WebApplication7>kpm sources
Specify --help for a list of available options and commands.
System.Exception: TODO: Error: unrecognized argument 'sources'
at Microsoft.Framework.Runtime.Common.CommandLine.CommandLineApplication.HandleUnexpectedArg(CommandLineApplication command, String[] args, Int32 index, String argTypeName)
at Microsoft.Framework.Runtime.Common.CommandLine.CommandLineApplication.Execute(String[] args)
at Microsoft.Framework.PackageManager.Program.Main(String[] args)