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 ifGOO
is a sufficient stem to findGOODFLAG
.