mirror of
https://github.com/parnic/advent-of-code-2022.git
synced 2025-06-16 13:40:13 -05:00
27 lines
575 B
JSON
27 lines
575 B
JSON
{
|
|
"profiles": {
|
|
"all days": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "all"
|
|
},
|
|
"current day": {
|
|
"commandName": "Project"
|
|
},
|
|
"current day part 1": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "-part1"
|
|
},
|
|
"current day part 2": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "-part2"
|
|
},
|
|
"all days part 1": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "all -part1"
|
|
},
|
|
"all days part 2": {
|
|
"commandName": "Project",
|
|
"commandLineArgs": "all -part2"
|
|
}
|
|
}
|
|
} |