Ejemplo n.º 1
0
 private static string GetWarpPath(Platform.Value platform)
 {
     return(Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "warp", PlatformToWarpBinary[platform]));
 }
Ejemplo n.º 2
0
 public WarpCli(Platform.Value platform, bool isVerbose) : base(GetWarpPath(platform))
 {
     _isVerbose = isVerbose;
 }