syntax.DefineOption("f|framework",refrunCmd.Framework,"Compile a specific framework");
syntax.DefineOption("c|configuration",refrunCmd.Configuration,"Configuration under which to build");
syntax.DefineOption("p|project",refrunCmd.Project,"The path to the project to run (defaults to the current directory). Can be a path to a project.json or a project directory");
syntax.DefineOption("h|help",refhelp,"Help for compile native.");
// TODO: this is not supporting args which can be switches (i.e. --test)
// TODO: we need to make a change in System.CommandLine or parse args ourselves.
syntax.DefineParameterList("args",refrunCmd.Args,"Arguments to pass to the executable or script");