anoma / juvix

A language for intent-centric and declarative decentralised applications
https://docs.juvix.org
GNU General Public License v3.0
457 stars 53 forks source link

Document basic CLI usage examples #1484

Closed alhassy closed 2 years ago

alhassy commented 2 years ago

Is your feature request related to a problem? Please describe.

At first glance, juvix --help shows the option --stdin which is documented to Read from Stdin, and so I thought I could use this to obtain an interactive REPL.

Describe the solution you'd like

It would be useful to provide example usage for the various options of the Juvix CLI.

Additional context This issue was caused by #1485

paulcadman commented 2 years ago

Having concrete usage examples for the Juvix CLI is a great idea. We will add a page for this to our documentation and link it from the README. We will consider submitting a page to tldr when the Juvix CLI is stable.