Merging upstream version 0.12.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f45bc3d463
commit
8d2f70e3c7
77 changed files with 23610 additions and 2331 deletions
51
.vscode/launch.json
vendored
Normal file
51
.vscode/launch.json
vendored
Normal file
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Python ARDL GET EOS",
|
||||
"type": "debugpy",
|
||||
"console": "integratedTerminal",
|
||||
"request": "launch",
|
||||
"module": "eos_downloader.cli",
|
||||
"args": [
|
||||
// "ardl",
|
||||
"--log",
|
||||
"debug",
|
||||
"--debug-enabled",
|
||||
"get",
|
||||
"eos",
|
||||
"--version",
|
||||
"4.33.0F",
|
||||
"--format",
|
||||
"cEOS",
|
||||
"--dry-run"
|
||||
],
|
||||
"envFile": "${workspaceFolder}/.envrc",
|
||||
"justMyCode": false
|
||||
},
|
||||
{
|
||||
"name": "Python ARDL GET CVP",
|
||||
"type": "debugpy",
|
||||
"console": "integratedTerminal",
|
||||
"request": "launch",
|
||||
"module": "eos_downloader.cli",
|
||||
"args": [
|
||||
// "ardl",
|
||||
"--log",
|
||||
"debug",
|
||||
"--debug-enabled",
|
||||
"get",
|
||||
"cvp",
|
||||
"--latest",
|
||||
"--format",
|
||||
"upgrade",
|
||||
"--dry-run"
|
||||
],
|
||||
"envFile": "${workspaceFolder}/.envrc",
|
||||
"justMyCode": false
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue