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
Am I missing anything here?
Was trying basic
fibonacciexample from official docs. Tried running with--entry:But when tried without
--entry:Am I missing anything here?