Skip to content

short args should be parsed when there is no space after #7

@vobloeb

Description

@vobloeb

for example

@main
def ooo(@arg(short = 'j') concurrency: Int=1, vals: Leftover[String]): Unit = {
}

should allow -j16 as -j 16.

currently -j16 goes to leftover

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions