jscutlery / nx-completion

Nx workspace completion plugin for Zsh.
MIT License
135 stars 14 forks source link

fix: _nx_workspace_targets properly backport #23

Closed forivall closed 1 year ago

forivall commented 1 year ago

since i originally wrote _nx_workspace_targets in my cleanup cleanup branch, it caused the command not found issue, as my cleanup branch changes how functions are called in an attempt to improve performance (not sure if that's necessary, but that's besides the point).

While your effort to fix it was valiant, it's not quite right 😅 so this is the correct fix.