Skip to content

Commit

Permalink
(chocolateyGH-14) add source runner to applicationparameters
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed Jan 22, 2015
1 parent e6a51e3 commit 55b53dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/chocolatey/infrastructure.app/ApplicationParameters.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public static class ApplicationParameters
public static string ShimsLocation = _fileSystem.combine_paths(InstallLocation, "bin");
public static string ChocolateyPackageInfoStoreLocation = _fileSystem.combine_paths(InstallLocation, ".chocolatey");
public static readonly string ChocolateyCommunityFeedPushSource = "https://chocolatey.org/";
public static readonly string ChocolateyCommunityFeedSource = "https://chocolatey.org/api/v2/";
public static readonly string UserAgent = "Chocolatey Command Line";
public static readonly string RegistryValueInstallLocation = "InstallLocation";

Expand Down Expand Up @@ -73,6 +74,11 @@ public static class Messages
public static readonly string NugetEventActionHeader = "Nuget called an event";
}

public static class SourceRunner
{
public static readonly string WebPiPackage = "webpicmd";
}

public static class OutputParser
{
//todo: This becomes the WebPI parsing stuff instead
Expand Down

0 comments on commit 55b53dd

Please sign in to comment.