Open vincentdephily opened 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.
emlop stats --a<tab>
--avg
emlop s --a<tab>
Emlop now ships its own completions, so this is no longer considered an upstream clap bug.
__fish_seen_subcommand_from
Eg
emlop stats --a<tab>
completes the--avg
flag butemlop s --a<tab>
doesn't. Checked for bash only. This is arguably an upstream clap bug, but I'd like to track it here.