Formatted CLI output
Closed this issue · 2 comments
dd86k commented
Noticed how nice it is to use curl in scripts, things like --write-out "%{errcode}"
would make alicedbg worth using in CI pipelines.
Maybe even --help-from-code
?
Example Windows script:
alicedbg --write-out "%E"
IF ERRORLEVEL 1 (
echo Debug failed with message:
alicedbg --help-from-code %ERRORLEVEL%
)
Maybe a useful feature, but then alicedbg isn't curl. That would make the project's scope a little too broad.
dd86k commented
Probably better as --shell-commands="example;test;"
or as a non-interactive session (but that's more interesting as a DAP server).
dd86k commented
- DAP server exists especially for automation purposes.
- Out of scope for main front-end (shell).
- Another front-end/app can be made.