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
#53 is OK. But I noticed something: there are lots of options only handle --arg xx, or --arg=xx.
We could let the current argument parser eat extra =. But we need to check --template-xx before --template, or we may recognize --template-xx as --template.
Or we could move to getopt.
The text was updated successfully, but these errors were encountered:
#53 is OK. But I noticed something: there are lots of options only handle
--arg xx
, or--arg=xx
.We could let the current argument parser eat extra
=
. But we need to check--template-xx
before--template
, or we may recognize--template-xx
as--template
.Or we could move to getopt.
The text was updated successfully, but these errors were encountered: