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
It is not possible to get the list of supported options from the Equelle compiler without giving a input equelle file.
E.g. ./ec -h (or ./ec --help) gives Error parsing options: missing required option input
but the user is likely to type exactly that in order to find out how to specify input.
./ec -h -i myFile.equelle prints the compiler options correctly though.
The text was updated successfully, but these errors were encountered:
It is not possible to get the list of supported options from the Equelle compiler without giving a input equelle file.
E.g.
./ec -h
(or./ec --help
) givesError parsing options: missing required option input
but the user is likely to type exactly that in order to find out how to specify input.
./ec -h -i myFile.equelle
prints the compiler options correctly though.The text was updated successfully, but these errors were encountered: