Bradley Chatha
Bradley Chatha
I am currently also over in my own fork over to Lua 5.2 due to needing proper support for lua_yield and lua_resume. Which 5.1 doesn't have, while also needing goto...
This is mostly so we can add it into the CI pipeline.
With the large refactor, courtesy of @AntonC9018 , the README will need a complete look over to ensure it's still correct, and to also add in any new features that...
(This is assuming that #42 is merged.) The new `infogen` package provides the internal `getCommandArguments` template, which provides an `AliasSeq` of each symbol within a command that describes a JCLI...
Unless there's any other ideas, they should function the same way as in Phobos' `getopt`. Add special UDAs that tell JCLI how many arguments to dedicate to it.
_Originally posted by @andrey-zherikov in https://github.com/BradleyChatha/jcli/pull/5#discussion_r517252918:_ Here you might want to allow `@Description` UDA that will be used in help text: ```d enum { @Description("Even returns 1. Odd returns 0.")...
I can't fully remember why it was disabled; but it's useful to have back.