vincentdephily / emlop

EMerge LOg Parser
GNU General Public License v3.0
36 stars 4 forks source link

Shell completion should complete ebuild and repository names #31

Open vincentdephily opened 1 year ago

vincentdephily commented 1 year ago

The emlop binary could help in generating possible names (UI would be to add another argument after emlop complete <shell> <partial string>), but we still need to hook that into the shell completion generated by clap.

vincentdephily commented 5 months ago

Also, as a regression from the config file support work, many "enum" flags no longer complete possible variants. Eg --resume is still clap-parsed and completes main/backup/etc but --duration is now emlop-parsed and just completes file names.

I've started fixing this in the complete branch.