command_mapper-gen 0.1.1 released
command_mapper-gen 0.1.1 has been released with minor --help
output parsing bug fixes.
command_mapper-gen is the code generator for the command_mapper library, which maps the options and arguments of a command to keyword arguments and handles safely executing commands with user-input. command_mapper-gen
handles the not-so-fun task of determining the options and arguments of commands by parsing their --help
output and/or their man-page (if the command even has one).
Post a comment