feat: move pretty_output to Python

* Remove pretty_output_line from Bash
* Remove pretty_output_line from click CLI

Co-Authored-By: Anja Rabich <a.rabich@uni-luebeck.de>
This commit is contained in:
Benjamin Lipp
2025-06-10 17:13:42 +02:00
parent 2628adbac8
commit 2e27753f4a
3 changed files with 7 additions and 13 deletions

4
marzipan/src/analyze.sh Executable file → Normal file
View File

@@ -24,10 +24,6 @@ color_clear=''
checkmark="✔"
cross="❌"
pretty_output_line() {
exc rosenpass-marzipan pretty-output-line "${@}"
}
pretty_output() {
exc rosenpass-marzipan pretty-output "${@}"
}