Skip to content

Is --entry NOT to be passed while running? #583

Open
@freakynit

Description

@freakynit

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions