You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
recyclarr/src/Recyclarr.Cli/Properties/launchSettings.json

21 lines
522 B

{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"sync": {
"commandName": "Project",
"targetProject": "Recyclarr.Cli",
"commandLineArgs": "sync"
},
"config list local": {
"commandName": "Project",
"targetProject": "Recyclarr.Cli",
"commandLineArgs": "config list local"
},
"delete custom-formats": {
"commandName": "Project",
"targetProject": "Recyclarr.Cli",
"commandLineArgs": "delete custom-formats"
}
}
}