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
Should look up the module for import, compile it, then run python -m to execute it. Should be incompatible with -r or -i. Should also work for coconut-run and should immediately go to --argv after -m module when using coconut-run -m.
The text was updated successfully, but these errors were encountered:
Should look up the module for import, compile it, then run
python -m
to execute it. Should be incompatible with-r
or-i
. Should also work forcoconut-run
and should immediately go to--argv
after-m module
when usingcoconut-run -m
.The text was updated successfully, but these errors were encountered: