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

CLI syntax in getting started guide is wrong #271

Open
aral opened this issue Feb 23, 2021 · 1 comment
Open

CLI syntax in getting started guide is wrong #271

aral opened this issue Feb 23, 2021 · 1 comment

Comments

@aral
Copy link

aral commented Feb 23, 2021

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
@tddschn
Copy link

tddschn commented Sep 13, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants