Skip to content

ARGS constant doesn't get set correctly anymore #68

@StefanKarpinski

Description

@StefanKarpinski
$ julia -e 'println(ARGS)'
Array(Any,(0,))
$ julia -e 'println(ARGS)' foo bar
Array(Any,(0,))

Metadata

Metadata

Labels

bugIndicates an unexpected problem or unintended behavior

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions