aboutsummaryrefslogtreecommitdiffstats
path: root/apps/cli/src/lib/output.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(cli): Bookmark list output is not a valid JSON. Fixes #150 (#181)kamtschatka2024-06-091-0/+61
* bookmark list output is not a valid JSON #150 Reworked the cli to switch over to json output * changed the logging to log created bookmarks as an array switch all log output that is just a status to stderr --------- Co-authored-by: kamtschatka <simon.schatka@gmx.at>