Files
ArgumentsToolkit/Demo/Properties/launchSettings.json

12 lines
443 B
JSON

{
"profiles": {
"Demo": {
"commandName": "Project",
"commandLineArgs": "--server myhost --port 8080 --env staging --mode Incremental --config \"{\\\"Author\\\":\\\"FrigaT\\\",\\\"Timeout\\\":60}"
},
"Demo (Error)": {
"commandName": "Project",
"commandLineArgs": "--server myhost --port \"128080\" --env staging --mode Incremental --config \"{\\\"Author\\\":\\\"FrigaT\\\",\\\"Timeout\\\":60}"
}
}
}