ldelossa / gh.nvim

A fully featured GitHub integration for performing code reviews in Neovim.
MIT License
520 stars 24 forks source link

feat: use specific flags for commands #114

Closed m42e closed 4 months ago

m42e commented 4 months ago

use specific flags for the different commands of ghcli. Additionally respect the flags also for filling the completion cache.

ldelossa commented 4 months ago

Thanks!