plutus-core-1.34.0.0: Language library for Plutus Core
Safe HaskellSafe-Inferred
LanguageHaskell2010

PlutusCore.Executable.Parsers

Description

Common option parsers for executables

Synopsis

Documentation

inputParser Input Source #

Parser for an input stream. If none is specified, default to stdin for ease of use in pipeline.

outputParser Output Source #

Parser for an output stream. If none is specified, default to stdout for ease of use in pipeline.