Is there a way with argv_options/3 and the associated predicates to specify types & documention for positional arguments as well? I guess one could manually show the positional arguments in the usage by asserting opt_help(help(usage), String)
, but is there a better way?
As is, no. If you have an idea, please make a suggestion and/or PR.
1 Like