Skip to content

Fix flag parsing in dclish

Flag parsing still has some flaws. This ticket exists to track that.

  • Partial flags don't seem to be recognised with values. So /GOODFLAG=boo is fine, but /GOO=boo is not recognised even if GOO is a sufficient stem to find GOODFLAG.