Rename runBuilder method to run in InteractiveConsole; update interactive console commands and tests for improved clarity and functionality

This commit is contained in:
2025-03-16 17:38:16 +01:00
parent f4d3262cb7
commit 2ed8149110
4 changed files with 96 additions and 32 deletions

4
.vscode/launch.json vendored
View File

@@ -55,10 +55,10 @@
},
{
"type": "java",
"name": "Build Net",
"name": "Interactive Net Builder",
"request": "launch",
"mainClass": "net.berack.upo.valpre.Main",
"args": "net"
"args": "interactive"
},
]
}