You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! It should definitely also work with quint run bank.qnt --invariant=no_negatives. This might be something specific to your setup (for example, I remember #1473 where there is a problem specifically with local installations). Can you provide some more info about your setup? Did you install Quint via npm? Which version do you have? And what OS are you using?
From the error message, seems like somehow a {= character was inserted on the argument somehow. I don't have any ideas on how that might have happened 😞
Hi, thanks! I'm a bit clueless here, most of Quint users are on MacOS and I never heard of this before. Also, although the latest version is 0.22.3 (and somehow npm from brew is not installing the latest version, this is something I noticed from several people), the issue you reported has never been a problem in no versions of Quint, so I don't think updating will help.
Can it be that your shell is doing something weird, or that copy-pasting introduced the a hidden char sequence like {=? If possible, could you try a different shell/terminal and typing the command by hand?
In the Getting Started section of the docs, the bank example is run like:
quint run bank.qnt --invariant=no_negatives
This yields this error:
It should be called like:
quint run --invariant=no_negatives bank.qnt
The text was updated successfully, but these errors were encountered: