Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] man page and tab completion files #42

Open
alexanderkjall opened this issue Oct 12, 2024 · 1 comment
Open

[feature request] man page and tab completion files #42

alexanderkjall opened this issue Oct 12, 2024 · 1 comment

Comments

@alexanderkjall
Copy link

Hi

I started to work on packaging this for Debian here: https://salsa.debian.org/rust-team/debcargo-conf/-/tree/master/src/cyme/debian

But it would be really nice to also have a man page for the project and tab completion rules.

I could write the man page myself based on the information in the README, but maybe you have some thoughts about it?

@tuna-f1sh
Copy link
Owner

Thanks for helping with the packaging! There is actually a man page and shell completions generated for each release in .doc.

They are generated using the clap feature and cyme -F=cli_generate; cargo run -F=cli_generate -- --gen which calls this function. They are used in the build action to create the tarballs:

- name: Create tarball

Unless you were suggesting something else?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants