mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #96] Generate completion file #42
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
--completionswill be added.