Skip to content
Discussion options

You must be logged in to vote

This is not possible because arguments following the input file are reserved to be arguments to be passed to the running application, example:

require 'arg'
print(arg[1])

Then running:

$ nelua test.nelua hello.nelua
hello.nelua

And using *.nelua is effectively the same as expanding current directory files into many arguments.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@stefanos82
Comment options

Answer selected by edubart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants