my apologies if i am being stupid, but i can not manage to pass arguments to a #!/usr/bin/env lsc executable on the command line, as lsc attempts to read them as additional input files
my expected behavior was for any arguments after the input file to be passed onto the script and available with process.argv
i have tried with -- as suggested in #610, and i have been reading similar issues (#569, #587, #589, etc) to find a solution to no avail
any guidance would be appreciated.
my apologies if i am being stupid, but i can not manage to pass arguments to a
#!/usr/bin/env lscexecutable on the command line, aslscattempts to read them as additional input filesmy expected behavior was for any arguments after the input file to be passed onto the script and available with
process.argvi have tried with
--as suggested in #610, and i have been reading similar issues (#569, #587, #589, etc) to find a solution to no availany guidance would be appreciated.