We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Not only the example commands are outdated, the CLIPS codes don't seem to work with clip 0.7.0:
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.
Sorry, something went wrong.
No branches or pull requests
In the Getting Started guide (https://clip-lang.org/getting-started/), you are shown the following syntax:
In the help (in version 0.8.0) and in practice, the syntax that works is:
The text was updated successfully, but these errors were encountered: