Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plutus exe doc: add some extra extensions #6789

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions doc/docusaurus/docs/using-plutus-tx/cli-plutus.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,10 @@ The following table lists the recognized extensions.
|.data-txt|Textual|Values of `Data` in Haskell's `Show` format|
|.uplc-flat|Binary|Untyped PlutusCore with NamedDeBruijn serialised in Flat|
|.uplc-cbor|Binary|Untyped PlutusCore with DeBruijn serialised in CBOR <br/> (the on-chain format)|
|.pir-flat|Binary|Pir with Names serialised in Flat|
|.tplc-flat|Binary|Typed Plutus Core with Names serialised in Flat|
|.pir-cbor|Binary|PIR with Names serialised in CBOR|
|.tplc-cbor|Binary|Typed Plutus Core with DeBruijn serialised in CBOR|

> :pushpin: **NOTE** If file has no extension or in case of `--stdin` / `--stdout`, the extension is assumed to be `.uplc`

Expand Down
Loading