C# Class Peachpie.NETCore.Compiler.Tools.Program

Main class.
显示文件 Open project: iolevel/peachpie

Public Methods

Method Description
Main ( string args ) : int

dotnet-compile-php entry point.

Private Methods

Method Description
CreateRspFile ( string args ) : string

Parses given arguments and gets new set of arguments to be passed to our compiler driver.

ParseOption ( string arg ) : string>?.KeyValuePair
ProcessRsp ( string fname ) : IEnumerable

Method Details

Main() public static method

dotnet-compile-php entry point.
public static Main ( string args ) : int
args string Arguments passed from dotnet build.
return int