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
Was trying basic fibonacci example from official docs. Tried running with --entry:
mun start target/mod.munlib --entry fibonacci_n
error: unexpected argument '--entry' found
tip: to pass '--entry' as a value, use '-- --entry'
Usage: mun start <LIBRARY|ENTRY>
For more information, try '--help'.
But when tried without --entry:
mun start target/mod.munlib fibonacci_n
5
Am I missing anything here?
The text was updated successfully, but these errors were encountered:
Was trying basic
fibonacci
example from official docs. Tried running with--entry
:But when tried without
--entry
:Am I missing anything here?
The text was updated successfully, but these errors were encountered: