Skip to content
CCPEDIAby Unity Nodes
Discussions/App Development/Is there a way to pretty-print in REPL?Forum ↗

Is there a way to pretty-print in REPL?

App Development2 posts261 views2 likesLast activity Feb 2022
BE
bernhardOP
Feb 2022

When running a command with a lot of output in REPL, it can be hard to read the result as there are no line breaks or indentation. Is there any way to pretty print the output of a command or of :json val?

CO
cocreature
Feb 2022

Unfortunately, there is no pretty printing in daml repl at the moment. I opened Pretty printing in Daml Repl · Issue #12940 · digital-asset/daml · GitHub to track this.

← Back to Discussions