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
I am toying with Pyret, but the docs are pretty rough. It seems that you can pass information on the command line by using the cmdline import. However, the current image throws up the help menu if any additional arguments are passed on the command line.
PR brownplt/pyret-npm#5 created. I'll give it a month to get reviewed. If it does not, I'll release a new docker image with this change so that command-line arguments can be supported. BTW, see this for details on how to do command-line arguments in pyret.
I am toying with Pyret, but the docs are pretty rough. It seems that you can pass information on the command line by using the
cmdline
import. However, the current image throws up the help menu if any additional arguments are passed on the command line.For reference, I was looking at this script and noticed that it had an import for
cmdline
. I can't find any references to this package in the docs, but there are some references to it in the GitHub issues: https://github.com/brownplt/pyret-lang/issues?q=is%3Aissue+cmdline+is%3Aclosed.At any rate, there are not many solutions that can be written until this issue is resolved.
The text was updated successfully, but these errors were encountered: