Nekroze / dab

The Developer Laboratory
https://nekroze.github.io/dab
GNU General Public License v3.0
7 stars 17 forks source link

Global entrypoints missing from completion #398

Open Nekroze opened 5 years ago

Nekroze commented 5 years ago

Bug Report

Describe the bug

The recently introduced global entrypoints are not included in auto complete for repo entrypoints..

To Reproduce

Steps to reproduce the behavior:

  1. Setup a global entrypoint
  2. Type dab repo entrypoint run <anyrepo> then hit tab
  3. Note the global entrypoint is missing

Expected behavior

Global entrypoints should be in the suggestions along with repo specific entrypoints.

Example

N/A.

Additional context

None.