vincentdephily / emlop

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

Shell completion doesn't complete subcommand-specific options when subcommand is abbreviated #46

Open vincentdephily opened 9 months ago

vincentdephily commented 9 months ago

Eg emlop stats --a<tab> completes the --avg flag but emlop s --a<tab> doesn't. Checked for bash only. This is arguably an upstream clap bug, but I'd like to track it here.

vincentdephily commented 1 month ago

Emlop now ships its own completions, so this is no longer considered an upstream clap bug.