alire icon indicating copy to clipboard operation
alire copied to clipboard

alr show --dependents does not handle abstract crates

Open onox opened this issue 3 years ago • 0 comments

Running alr show --dependents gnat outputs:

Crate gnat is abstract and provided by:
   gnat_arm_elf
   gnat_avr_elf
   gnat_external
   gnat_native
   gnat_riscv64_elf

Instead I need to choose any of those names listed above to get a list of crates.

onox avatar Sep 19 '22 21:09 onox