atlassian-downloader/src/Properties/launchSettings.json

10 lines
264 B
JSON

{
"profiles": {
"atlassian-downloader": {
"commandName": "Project",
//"commandLineArgs": "--version"
"commandLineArgs": "--help"
// "commandLineArgs": "--action=ShowRawJson --output-dir=F:\\temp\\atlassian\\test1"
}
}
}