plutus-ledger-api-1.60.0.0: Interface to the Plutus ledger for the Cardano ledger.
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.