-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest version processed -w options as -i options #10
Comments
I created a 'tmp' directory in the repo and copied files there to run this test command:
|
OK. This is definitely an issue created by a later version of CommandLineInterface. If I use the version that comes with this repo, I get errors/warnings, but not the ones in question:
The "Negative repeat count" error is a perl version thing that is a separate issue which I think has been resolved elsewhere. The "uninitialized value" warning is something I've fixed in the latest CLI. The complaint about the "DELIMITER" hash key is an addition I made for CLI 4.135 that doesn't exist yet in the CLI that comes with this script. It's version is:
So it looks like this issue is specific to CLI 4.135. Let me see if the latest stable version of CLI fixes this... |
The above generates these errors:
It was also producing output files:
4.annot 5.annot 7.annot and 9.annot
. These are all the values supplied to the -w flag (4 5 7 9).Not sure why that's happening. I recently swapped out the template with the CommandLineInterface module. I suspect there must be something going on with that. The CLI version installed at the time was 4.135.
The text was updated successfully, but these errors were encountered: