feat: autocomplete clis executing through a package manager#26
feat: autocomplete clis executing through a package manager#26AmirSa12 merged 11 commits intofeat/pnpm-scriptfrom
Conversation
|
commit: |
Aslemammad
left a comment
There was a problem hiding this comment.
amazing stuff, you're moving in the right direction.
|
as a goal for this PR, the pkg.pr.new output of this PR should achieve the goal of |
|
added onBeforeParse hook in the completion class, it provides a way to extend the completions without modifying the core behavior and also, it allows us to intercept completion requests before the standard parsing logic runs. |
|
Continuing this here #23 |
* init * update * new implementation * prettier * feat: autocomplete clis executing through a package manager (#26) * init * prettier * update * cli completions * pnpm install * fix: handle complete command manually * fix: completion-handler __complete => complete * fix: remove examples form package.json * fix: generateCompletionScript function * move the package manager completion logic directly into the parse method * prettier * tab -> t wip * before some ai changes * huge wip * grammar issues * prettier --------- Co-authored-by: Mohammad Bagher Abiyat <37929992+Aslemammad@users.noreply.github.com>
No description provided.