You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll expand a bit on this on why this is difficult in general. We can have the proc macro for Arguments do this automatically, but the information is non-local. For example, the accepted values come from the Value macro and are not encoded within the arguments enum. So we need to combine the output of multiple macros somehow. Here's my proposed solution:
Each macro writes JSON to the target directory, so that we get a JSON file per type.
We provide an additional library (and maybe even binary) that collects these files and builds manpages and shell completions out of that.
Like
clap
we should be able to create manpages automatically.The text was updated successfully, but these errors were encountered: