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
The man page does not list all command line options because I was to lazy to type them all again. There are solutions that can import argparse objects into sphinx documents.
I found my branch and it uses https://github.com/alex-rudakov/sphinx-argparse to include the argparse stuff into the sphinx document, so that one does not have to type all the options and docs again. (There a quite a lot options in khard :)
I just played around with the branch again and noticed the following (i pushed the branch to github, so you can have a look: feature/auto-man):
the sphinx plugin generates a full listing which is quite long
It seems one can add extra text between the parts that are auto generated which I think is good, but I have not tested this yet
I am not really sure if I want to use that,, I will wait for an upstream decision first. If you know of any other alternatives, I am happy to hear them.
The text was updated successfully, but these errors were encountered:
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/126f49a01de5b7e35a43fd43f891ecf6d3a51459' (2023-03-15)
→ 'github:NixOS/nixpkgs/c182df2e68bd97deb32c7e4765adfbbbcaf75b60' (2023-09-29)
This also adds the man page to the nix package. Reported as part of
issue #312.
The man page does not list all command line options because I was to lazy to type them all again. There are solutions that can import argparse objects into sphinx documents.
Extracted from #285 (comment):
The text was updated successfully, but these errors were encountered: