Open nkoumchatzky opened 9 years ago
argcheck does not support the absence of type=" ... "
in general it is not a good idea, because it creates confusion or ambiguous situations, especially if you overload the function.
should you want to do this, you can tweak argcheck.env.istype() such that it deals with (for example) type="*"
Thanks for answering @andresy ! The README says "The type field is optional (even though it is highly recommended!)", which is why I expected this to work. Could you update the README?
This fails with an assertion error:
Am I missing something?