[GH-ISSUE #96] Generate completion file #42

Closed
opened 2026-04-08 16:50:00 +03:00 by zhus · 0 comments
Owner

Originally created by @sigoden on GitHub (Jul 5, 2022).
Original GitHub issue: https://github.com/sigoden/dufs/issues/96

Specific Demand

dufs has almost 20 options, it is necessary to generate completion files.

Implement Suggestion

We will use clap_complete crate to generate completion scripts.

A new option --completions will be added.

Originally created by @sigoden on GitHub (Jul 5, 2022). Original GitHub issue: https://github.com/sigoden/dufs/issues/96 ## Specific Demand dufs has almost 20 options, it is necessary to generate completion files. ## Implement Suggestion We will use [clap_complete](https://docs.rs/clap_complete/latest/clap_complete/) crate to generate completion scripts. A new option `--completions` will be added.
zhus added the enhancement label 2026-04-08 16:50:00 +03:00
zhus closed this issue 2026-04-08 16:50:00 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#42