Hacker News new | ask | show | jobs
by acmj 449 days ago
> argp parses `foo --bar -1` as `foo --bar=-1` the way you expect when `--bar` takes an value, but Kong treats `-1` as a flag.

This seems a bug in Kong. Has someone reported it?

1 comments

Yes, see https://github.com/alecthomas/kong/issues/315. It may be nontrivial to change.