-
-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Description
Was trying basic fibonacci example from official docs. Tried running with --entry:
mun start target/mod.munlib --entry fibonacci_nerror: 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_n5
Am I missing anything here?
Metadata
Metadata
Assignees
Labels
No labels