-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
It would be much easier to type vuh commands for monorepos with auto completion for PROJECT_MODULES.
F.e. if there monorepo has next project modules:
PROJECT_MODULES='BACKEND, FRONTEND'
completion should help you with typing commands:
# If you typing:
vuh uv -pm=BA[tab]
# it should complete word
vuh uv -pm=BACKEND
# If you typing:
vuh uv -pm=[tab][tab]
# it should show both variants
vuh uv -pm=
BACKEND FRONTEND
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request