docopt.c icon indicating copy to clipboard operation
docopt.c copied to clipboard

Fix for Issue #32 arguments not working

Open jkcko opened this issue 7 years ago • 3 comments

I would like my changes to support positional arguments (Issue #32) to be considered for merging.

The naval fate example now works with options before or after the positional arguments.

jkcko avatar Aug 24 '18 16:08 jkcko

@jkcko Looks like this is unmaintained… I've added support for C89 and a few minor linting improvements: https://github.com/offscale/docopt.c/tree/c

Would love to merge your changes 😄

SamuelMarks avatar May 18 '20 01:05 SamuelMarks

@jkcko Looks like this is unmaintained… I've added support for C89 and a few minor linting improvements: https://github.com/offscale/docopt.c/tree/c

Would love to merge your changes smile

@SamuelMarks Looks like that last merge was back on Sep 26, 2016. Looks like the maintainer has disappeared and that's unfortunate. Perhaps there just wasn't enough interest in the C version of docopt. Did you merge my changes to your own fork and try them yourself?

jkcko avatar May 18 '20 02:05 jkcko

Unfortunately I only just found your PR… happy to accept new PRs to my fork

There are a few new features I've added, and a bunch more I have planned. The C89 support was a little finicky, but now that is valid also.

Yeah, it's annoying that @kblomqvist @ffunenga and @keleshev disappeared :\

SamuelMarks avatar May 21 '20 00:05 SamuelMarks