japsa
japsa copied to clipboard
introducing new variable starting with word 'read' triggers ambiguity in japsa.util.CommandLine
To avoid this when playing around with development in Japsa, ensure new argument names are completely different from existing argument names. eg. '--read' conflicts with '--readList' as the CommandLine module detects ambiguity between the two.