click-man
click-man copied to clipboard
Automate generation of man pages for python click applications :star:
An example Click command has the following help text: ``` def convert(input_file_name, output_file_name): """ Converts the format of the \033[1minput file\033[0m and stores it in the \033[1moutput file\033[0m """ ```...
Hi, I've seen that click-man appears to generate man pages with blank lines, which I'm given to understand are non-portable, by which I simply mean that some versions of troff...
As is documented in click [here](http://click.pocoo.org/5/documentation/#preventing-rewrapping), the docstrings for click commands are expected to contain `\b` characters before a paragraph which should not be made to wrap. This allows better...
Hi, I realize from reading your README that you may not consider this a bug, this is fine I'm not arguing this, but I need some help to figure out...
I would like to have the sections "copyright" "authors" & "exit status", like in `man man` : ``` EXIT-STATUS 0 erfolgreiche Programmausführung 1 Fehler beim Aufruf, in der Syntax oder...
Hello! I just took the maintenance of this package in Fedora (let me know if you need anything..;) and it looks like we still don't have `0.4.2` because we rely...
This requires removal of the distutils entrypoint as distutils is removed in Python 3.12. We must also replace the use of `pkg_resources`, which is also gone.
I just tried to build my application for debian 12 (bookworm) and discovered that the format of the generated man pages is broken. The reason for that is that in...
Harh7acertijoAcertijo7Tesla369