Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels