clip icon indicating copy to clipboard operation
clip copied to clipboard

CLI syntax in getting started guide is wrong

Open aral opened this issue 4 years ago • 1 comments

In the Getting Started guide (https://clip-lang.org/getting-started/), you are shown the following syntax:

clip --in example_chart.clp --out example_chart.svg

In the help (in version 0.8.0) and in practice, the syntax that works is:

clip -e example_chart.svg example_chart.clp

aral avatar Feb 23 '21 12:02 aral

Not only the example commands are outdated, the CLIPS codes don't seem to work with clip 0.7.0:

$ clip -e example_chart.svg example_chart.clp
ERROR: expected a command list

Same error message for the example code in the README and the guide.

tddschn avatar Sep 13 '21 01:09 tddschn