Mendelt Siebenga
Mendelt Siebenga
Thank you for making cargo readme available. While using it I found a small issue I tried running cargo readme on a crate with proc macro's in it. It had...
To make integration with CI easier I would like to see a --check flag just like in cargo fmt that checks if the current README.md is the same as the...
Commands can be auto-completed with the tab key.
Commands are passed as a vector of strings, We could parse parameters in the command method signature in the macro and map arguments to the command method.
Show warnings or errors when the cmdr macro encounters unexpected input: - Warn when no do_methods are found. (can we generate warnings from a macro?) - Improve error message when...
Allow users of the library to implement auto completion of parameters for each command by implementing complete_ methods. These will receive a string of what the user typed so far...