mdzk-rs / mdzk

General-purpose interface to connected notes

Home Page:https://mdzk.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Output formatting with command line flags

kmaasrud opened this issue · comments

The default JSON output of mdzk is minified, which it should be. However, for debugging, inspection and other use-cases, a --pretty flag would be useful.

Additionally, if the output is a list or raw primitive, a --raw (or similarly named) flag could provide easier integration with shell scripts.