You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENH: Return error compile-time if required longflag property is not set
TCLAP always requires specification of a "longflag" (even if a shortflag is specified) - see spf13/pflag#139.
If longflag is not set in the module description file for more than one parameter then invalid code is generated (that has longflag set to empty) that fails at runtime.
This commit detects the missing "longflag" element and reports the error at compile-time.
fixes#140
0 commit comments