varoutput=app.Option("-o|--output <OUTPUT_FILE>","The path in which to write the output file (formatted as text with one line per dependency)",CommandOptionType.SingleValue);
varproject=app.Argument("PROJECT","The project to resolve. A directory or a path to a project.json may be used. Defaults to the current directory");