Open orhun opened 4 days ago
lychee_bin already uses clap which means we can utilize the following crates:
lychee_bin
clap
clap_complete
clap_mangen
Then downstream sources (i.e. package managers) can consume the generated files :)
Yeah, that would definitely be two great improvements. This partially duplicates #1505
lychee_bin
already usesclap
which means we can utilize the following crates:clap_complete
: generated the shell completionsclap_mangen
: generated manpageThen downstream sources (i.e. package managers) can consume the generated files :)